mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss-new: Fix non args.
This commit is contained in:
parent
0e6f0c701a
commit
ac0b0b7deb
2
kiss-new
2
kiss-new
@ -104,7 +104,7 @@ args() {
|
|||||||
# keystrokes once you memorize themand it also has the side-effect
|
# keystrokes once you memorize themand it also has the side-effect
|
||||||
# of "correcting" spelling mistakes assuming the first letter is
|
# of "correcting" spelling mistakes assuming the first letter is
|
||||||
# right.
|
# right.
|
||||||
while [ "$1" ]; do
|
while [ "${1:-?}" ]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
# Build the list of packages.
|
# Build the list of packages.
|
||||||
b*)
|
b*)
|
||||||
|
Loading…
Reference in New Issue
Block a user