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