Fix twister-on-docker script for bash compatibility

This commit is contained in:
Martin Honermeyer 2014-07-06 14:28:18 +02:00
parent b6ca41f833
commit 99cb2fa99b

View File

@ -21,7 +21,7 @@ build)
;; ;;
run) run)
if [ $MODE == "--remote" ]; then if [ "$MODE" = "--remote" ]; then
shift shift
IMAGE_NAME=$REMOTE_IMAGE_NAME IMAGE_NAME=$REMOTE_IMAGE_NAME
echo Pulling new version of $IMAGE_NAME echo Pulling new version of $IMAGE_NAME