Skip to content
Snippets Groups Projects
Commit 837f1e83 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'ignore-errors' into 'master'

add --nonstop option to not exit on error

See merge request redox-os/cookbook!332
parents e7483f2e eee3b462
No related branches found
No related tags found
No related merge requests found
......@@ -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