qemush : commande shell
, possibilité de passer des arguments
This commit is contained in:
parent
c206b33c50
commit
621847ddbc
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public_shell() {
|
|||
# shellcheck disable=2209
|
||||
[ -z "$SHELL" ] && SHELL=sh
|
||||
|
||||
set -- "$SHELL"
|
||||
set -- "$SHELL" "$@"
|
||||
case "$SHELL" in
|
||||
sh|bash|zsh|ksh|mksh|oksh)
|
||||
set -- "$@" -i
|
||||
|
|
Loading…
Reference in a new issue