mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Don't allow empty package list in fetch.sh and repo.sh
This commit is contained in:
parent
87699a364e
commit
7388bc9d01
5
fetch.sh
5
fetch.sh
@ -17,11 +17,6 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
if [ "$recipes" == "" ]
|
||||
then
|
||||
recipes="$(target/release/list_recipes)"
|
||||
fi
|
||||
|
||||
for recipe_name in $recipes
|
||||
do
|
||||
target/release/cook --fetch-only "$recipe_name"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user