Browse Source

Fix twister-on-docker script for bash compatibility

miguelfreitas
Martin Honermeyer 11 years ago
parent
commit
99cb2fa99b
  1. 2
      twister-on-docker

2
twister-on-docker

@ -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

Loading…
Cancel
Save