From 621847ddbc3064527058774f531c2668e7243a62 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 26 Mar 2024 23:28:04 +0100 Subject: [PATCH] =?UTF-8?q?qemush=20:=20commande=20`shell`,=20possibilit?= =?UTF-8?q?=C3=A9=20de=20passer=20des=20arguments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index a1dc05d..b62f7a2 100755 --- a/bin/qemush +++ b/bin/qemush @@ -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