fix
This commit is contained in:
parent
27685549ac
commit
51f8cb427d
1 changed files with 2 additions and 1 deletions
|
@ -17,11 +17,12 @@ iso_version=$(date +%Y.%m.%d)
|
||||||
out_dir=out
|
out_dir=out
|
||||||
install_dir=arch
|
install_dir=arch
|
||||||
version="$1"
|
version="$1"
|
||||||
|
shift
|
||||||
|
|
||||||
echo "Hallo Echo"
|
echo "Hallo Echo"
|
||||||
|
|
||||||
# for-schleife
|
# for-schleife
|
||||||
for wort in "$2" "$3" "$4" "$5" "$6" "$7"
|
for wort in "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
|
||||||
do
|
do
|
||||||
echo "$wort"
|
echo "$wort"
|
||||||
if [ "$wort" == "deletework" ]; then deletework=y; fi
|
if [ "$wort" == "deletework" ]; then deletework=y; fi
|
||||||
|
|
Loading…
Reference in a new issue