qemush : commande shell, suppression case inutile

This commit is contained in:
Ahurac 2024-03-26 23:28:18 +01:00
parent 621847ddbc
commit 048758e4c4

View file

@ -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 "$@"
}