Index: tools/jenkins/setup.sh.in
===================================================================
--- tools/jenkins/setup.sh.in	(revision 32ab51990c8b23f5164708a928a6b69bc7a9885b)
+++ tools/jenkins/setup.sh.in	(revision c0c89628da0d33b9a6d57b056435f9a5d64c7d16)
@@ -30,5 +30,5 @@
 {
 	local elfout=$(readelf -d $1 | grep "RUNPATH")
-	regex="\[/([[:alpha:]/@_-\.[:digit:]]+)\]"
+	regex='\[/([[:alpha:][:digit:]@/_.-]+)\]'
 	if [[ $elfout =~ $regex ]]; then
 		local myRPath=${BASH_REMATCH[1]}
@@ -46,7 +46,7 @@
 	retlcldeps=()
 	while IFS= read -r line; do
-		regex1="/([[:alpha:]/@_-\.[:digit:]]+)"
-		regex2="(libcfa[[:alpha:]\.[:digit:]]+) => not found"
-		regex3="linux-vdso.so.1"
+		regex1='/([[:alpha:][:digit:]@/_.-]+)'
+		regex2='(libcfa[[:alpha:][:digit:].]+) => not found'
+		regex3='linux-vdso.so.1'
 		if [[ $line =~ $regex1 ]]; then
 			retsysdeps+=(${BASH_REMATCH[1]})
@@ -123,5 +123,5 @@
 do
 	# find the test's name
-	regex="tests/crashes/[[[:alpha:]/-]+/([[:alpha:]/\@_\-\.[:digit:]]+)/exe"
+	regex='tests/crashes/[[[:alpha:]/-]+/([[:alpha:][:digit:]@/_.-]+)/exe'
 	if [[ $pgm =~ $regex ]]; then
 		name=${BASH_REMATCH[1]}
