diff --git a/scripts/commit-hash.sh b/scripts/commit-hash.sh index 6ed18f1b..19235fae 100755 --- a/scripts/commit-hash.sh +++ b/scripts/commit-hash.sh @@ -9,7 +9,6 @@ then exit 1 fi -cd cookbook recipe_path="$(target/release/find_recipe $1)" cd "$recipe_path"/source diff --git a/scripts/executables.sh b/scripts/executables.sh index e8422ada..0d2f0d07 100755 --- a/scripts/executables.sh +++ b/scripts/executables.sh @@ -11,8 +11,6 @@ usage() { exit } -cd cookbook - recipes="" target="x86_64-unknown-redox" diff --git a/scripts/print-recipe.sh b/scripts/print-recipe.sh index 773d85ec..e35d959d 100755 --- a/scripts/print-recipe.sh +++ b/scripts/print-recipe.sh @@ -2,6 +2,4 @@ # This script print the recipe configuration -cd cookbook - cat $(target/release/find_recipe "$1")/recipe.*