kiss: remove non-posix code

This commit is contained in:
Dylan Araps 2021-08-05 06:37:58 +03:00
parent 66958b3232
commit bb98906055
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1840,7 +1840,7 @@ args() {
# once you memorize the commands.
case $action in
a|alternatives) pkg_alternatives "$@" ;;
b|build) pkg_build_all "${@:?No packages installed}" ;;
b|build) pkg_build_all "$@" ;;
c|checksum) for pkg do pkg_checksum "$pkg"; done ;;
d|download) for pkg do pkg_source "$pkg"; done ;;
H|help-ext) pkg_help_ext "$@" ;;