Skip to content
Snippets Groups Projects
Unverified Commit 8b4c56b0 authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

"exit 1" if package not found

parent e0401295
No related branches found
No related tags found
1 merge request!5Add update-all.sh script to rebuild only out of date packages
......@@ -223,6 +223,7 @@ then
done
else
echo "cook.sh: recipe '$1' not found" >&2
exit 1
fi
else
usage "{package}"
......
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