Remove recipe path message

This commit is contained in:
Jeremy Soller 2023-09-11 09:58:24 -06:00
parent e0afaa57c7
commit 81b1eaa006
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -23,7 +23,6 @@ fi
for recipe in $recipes
do
recipe_path=`target/release/find_recipe $recipe`
echo recipe path is $recipe_path
COOKBOOK_RECIPE="$recipe_path"
TARGET_DIR="${COOKBOOK_RECIPE}/target/${TARGET}"
COOKBOOK_BUILD="${TARGET_DIR}/build"