Remove cd cookbook from three scripts

This commit is contained in:
Jeremy Soller 2025-11-20 14:08:18 -07:00
parent ae9f56d9b7
commit 93803d4539
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
3 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,6 @@ then
exit 1 exit 1
fi fi
cd cookbook
recipe_path="$(target/release/find_recipe $1)" recipe_path="$(target/release/find_recipe $1)"
cd "$recipe_path"/source cd "$recipe_path"/source

View File

@ -11,8 +11,6 @@ usage() {
exit exit
} }
cd cookbook
recipes="" recipes=""
target="x86_64-unknown-redox" target="x86_64-unknown-redox"

View File

@ -2,6 +2,4 @@
# This script print the recipe configuration # This script print the recipe configuration
cd cookbook
cat $(target/release/find_recipe "$1")/recipe.* cat $(target/release/find_recipe "$1")/recipe.*