mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Remove cd cookbook from three scripts
This commit is contained in:
parent
ae9f56d9b7
commit
93803d4539
@ -9,7 +9,6 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd cookbook
|
||||
recipe_path="$(target/release/find_recipe $1)"
|
||||
|
||||
cd "$recipe_path"/source
|
||||
|
||||
@ -11,8 +11,6 @@ usage() {
|
||||
exit
|
||||
}
|
||||
|
||||
cd cookbook
|
||||
|
||||
recipes=""
|
||||
|
||||
target="x86_64-unknown-redox"
|
||||
|
||||
@ -2,6 +2,4 @@
|
||||
|
||||
# This script print the recipe configuration
|
||||
|
||||
cd cookbook
|
||||
|
||||
cat $(target/release/find_recipe "$1")/recipe.*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user