Regex match fixes in the character class match for $FPM_RESULTS:
authorWard Vandewege <ward@curoverse.com>
Fri, 26 Jun 2015 18:55:22 +0000 (14:55 -0400)
committerWard Vandewege <ward@curoverse.com>
Fri, 26 Jun 2015 18:55:22 +0000 (14:55 -0400)
commit598d191de7ae6033ababaefcfcfc973e13ccdcbe
treee8cc198e8a275e2a1ff298c633f7063d7f175aeb
parent5cb61be1c7a900d9d872c8b037f158e3c10f40bc
Regex match fixes in the character class match for $FPM_RESULTS:

a) we want to match a literal dot, not any character

b) bash 4.2 does not support escaping a dash to include it in the
character class, move the dash to the last character listed in the class

refs #6389
jenkins/run-build-packages.sh