qemush : commande shell
, suppression case
inutile
This commit is contained in:
parent
621847ddbc
commit
048758e4c4
1 changed files with 0 additions and 5 deletions
|
@ -163,11 +163,6 @@ public_shell() {
|
|||
[ -z "$SHELL" ] && SHELL=sh
|
||||
|
||||
set -- "$SHELL" "$@"
|
||||
case "$SHELL" in
|
||||
sh|bash|zsh|ksh|mksh|oksh)
|
||||
set -- "$@" -i
|
||||
;;
|
||||
esac
|
||||
|
||||
exec "$@"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue