diff --git a/cook.sh b/cook.sh index 1bf746be0..c269574cd 100755 --- a/cook.sh +++ b/cook.sh @@ -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}"