-
-
Save mrnoname1000/a0a12188138b61d58b08dae64f298ce0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/bin/jruby.sh b/bin/jruby.sh | |
index 7feebee29f..93f529fa7e 100755 | |
--- a/bin/jruby.sh | |
+++ b/bin/jruby.sh | |
@@ -90,7 +90,7 @@ map() { | |
local funcname="$1" | |
local listname="$2" | |
# Load contents of array named by $3 | |
- eval eval set -- "\${$3}" | |
+ eval eval set -- "\"\${$3}\"" | |
"$funcname" "$listname" "$@" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment