From e4d6a157f0c8e52cddbbdc61e6482fb9934cf3dd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 16 Jan 2014 12:16:12 -0800 Subject: [PATCH] scripts: Fix slight bash error --- scripts/devcompile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devcompile.sh b/scripts/devcompile.sh index ffce3f44f..f4f26d7e7 100755 --- a/scripts/devcompile.sh +++ b/scripts/devcompile.sh @@ -15,7 +15,7 @@ verify_go () { return 0 fi local IFS=. - local i ver1=($1) ver2=($2) + local i ver1="$1" ver2="$2" for ((i=${#ver1[@]}; i<${#ver2[@]}; i++)) do