Merge branch 'fix_clean_without_recipe_sh' into 'master'

Make clean work when a recipe has no recipe.sh.

See merge request redox-os/cookbook!243
This commit is contained in:
Jeremy Soller 2020-07-19 11:53:13 +00:00
commit 540ed345ee

View File

@ -520,7 +520,9 @@ then
cd "${COOKBOOK_RECIPE}"
source recipe.sh
if [ -e recipe.sh ]; then
source recipe.sh
fi
ops=()
for arg in "${@:2}"