diff --git a/repo.sh b/repo.sh index 2fad01da22e095f893cbe822744e1ee5269b855a..ecfff8ee282e7d3e385894a1b86e3be5294fe60c 100755 --- a/repo.sh +++ b/repo.sh @@ -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"