kiss-new: Fix non args.

This commit is contained in:
Dylan Araps 2019-06-29 01:36:54 +03:00
parent 0e6f0c701a
commit ac0b0b7deb

View File

@ -104,7 +104,7 @@ args() {
# keystrokes once you memorize themand it also has the side-effect
# of "correcting" spelling mistakes assuming the first letter is
# right.
while [ "$1" ]; do
while [ "${1:-?}" ]; do
case $1 in
# Build the list of packages.
b*)