From ac0b0b7deb4ef9de2eed7b9b117e7cdbe919498a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 29 Jun 2019 01:36:54 +0300 Subject: [PATCH] kiss-new: Fix non args. --- kiss-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss-new b/kiss-new index bbb4c44..2667553 100755 --- a/kiss-new +++ b/kiss-new @@ -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*)