From 9b43b58f41b816a0da0b437636a0ebda7a04070d Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Fri, 28 Jun 2019 22:36:54 +0000 Subject: kiss-new: Fix non args. FossilOrigin-Name: a72a460f6135b6599298f6a06e736f78228dcfe380b41f37412bb0ef25164aa9 --- 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*) -- cgit v1.2.3