Skip to content
Snippets Groups Projects
Commit eee3b462 authored by Ron Williams's avatar Ron Williams
Browse files

add --nonstop option to not exit on error

parent 3b1cc732
Branches ignore-errors
No related tags found
1 merge request!332add --nonstop option to not exit on error
......@@ -10,6 +10,9 @@ do
if [ "$arg" == "--debug" ]
then
DEBUG=--debug
elif [ "$arg" == "--nonstop" ]
then
set +e
else
recipes+=" $arg"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment