@@ -45,13 +45,13 @@ function handle() {
# The things you can use inside this case:
# handle NAME VALUE - Sets the value to give the 'make upgradeconf'
# Value is in form: tag=REAL_VALUE
# ITEM="NAME" - Will set the value as above, only with the next param
# SITEM="NAME" - Will set the var $NAME to the next param
for n in $*
for n in "$@"
do
case "$n" in
--help | -h)
showhelp
exit 0
;;
Status change: