]> gitweb.morketsmerke.org Git - immudex.git/commitdiff
Poprawienie parametrów pozycyjnych.
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 25 Apr 2026 13:45:15 +0000 (15:45 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 25 Apr 2026 13:45:15 +0000 (15:45 +0200)
immudex-build

index a436926448c206e8019eed95e410067ee0624324..7c479c5f20be8146577362fbcc4bb075b5fd45ca 100755 (executable)
@@ -45,9 +45,9 @@ case $1 in
 esac
 shift;
 
-if [ "$1" ]; then export cname=$3; fi
+if [ "$1" ]; then export cname=$1; fi
 shift;
-if [ "$1" ]; then export version=$4; fi
+if [ "$1" ]; then export version=$1; fi
 shift;
 
 if [ ! -f /sbin/debootstrap ]; then