From 93803d45395ffe945fe2b9fc7c053d5081abb94f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 20 Nov 2025 14:08:18 -0700 Subject: [PATCH] Remove cd cookbook from three scripts --- scripts/commit-hash.sh | 1 - scripts/executables.sh | 2 -- scripts/print-recipe.sh | 2 -- 3 files changed, 5 deletions(-) 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.*