diff --git a/repo.sh b/repo.sh index ecfff8ee2..a0adabed4 100755 --- a/repo.sh +++ b/repo.sh @@ -10,6 +10,9 @@ do if [ "$arg" == "--debug" ] then DEBUG=--debug + elif [ "$arg" == "--nonstop" ] + then + set +e else recipes+=" $arg" fi