diff options
Diffstat (limited to 'vars')
| -rw-r--r-- | vars/utils.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/utils.groovy b/vars/utils.groovy index 9edb118..f405c89 100644 --- a/vars/utils.groovy +++ b/vars/utils.groovy @@ -56,7 +56,7 @@ def concurrent(configs) { // Get value varvalue = var.tokenize("=")[1] // Test for expandable - if (varvalue.contains("$")) { + if (varvalue.contains("\$")) { // Get $VAR segment def seg = varvalue =~ /\$.*:|\$.*/ // generate new value with '$VAR's replaced |
