From 3ad848cd981fb969097d019ae6f0553d75b8ee62 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Fri, 14 Nov 2014 17:36:22 +1300 Subject: [PATCH] FIX unexpected operator See http://stackoverflow.com/questions/2011160/unexpected-operator-error --- bin/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update.sh b/bin/update.sh index 55c8922..3efb153 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -35,7 +35,7 @@ checkout () { cd ../../ fi - if [ $# == 3 ]; then + if [ $# = 3 ]; then if [ -d $dir/src/$2_$3 ]; then cd "$dir/src/$2_$3" else