=pro unset dry_run flag

* dry_run=false doesn't work for me
This commit is contained in:
Patrik Nordwall 2015-01-19 14:03:07 +01:00
parent dc0547dd73
commit 31939046ed

View file

@ -155,7 +155,7 @@ while true; do
-t | --run-tests ) run_tests=true; shift ;;
-s | --server ) release_server=$2; shift 2 ;;
-p | --path ) release_path=$2; shift 2 ;;
-e | --real-run) dry_run=false; shift ;;
-e | --real-run) unset dry_run; shift ;;
-m | --no-mima) no_mima=true; shift ;;
-r | --no-revert) no_revert=true; shift ;;
* ) break ;;