diff --git a/usr/bin/sfos-upgrade b/usr/bin/sfos-upgrade index 161a1aa..6e808c8 100644 --- a/usr/bin/sfos-upgrade +++ b/usr/bin/sfos-upgrade @@ -34,7 +34,7 @@ askyes () echo -n " (Y/N) " read yn if [ -n "$*" ] - then + then echo "Warning due to internal error: The function askyes expects no parameters, but was called with \"${*}\"." >&2 retc=3 fi