forked from kiss-community/kiss
kiss: remove non-posix code
This commit is contained in:
parent
66958b3232
commit
bb98906055
2
kiss
2
kiss
@ -1840,7 +1840,7 @@ args() {
|
|||||||
# once you memorize the commands.
|
# once you memorize the commands.
|
||||||
case $action in
|
case $action in
|
||||||
a|alternatives) pkg_alternatives "$@" ;;
|
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 ;;
|
c|checksum) for pkg do pkg_checksum "$pkg"; done ;;
|
||||||
d|download) for pkg do pkg_source "$pkg"; done ;;
|
d|download) for pkg do pkg_source "$pkg"; done ;;
|
||||||
H|help-ext) pkg_help_ext "$@" ;;
|
H|help-ext) pkg_help_ext "$@" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user