From 49cc450c3464d4a92741851434bec454c5909aba Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 8 Dec 2023 11:01:33 +0100 Subject: [PATCH] qemush : ajout exec fonction run --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 739c05d..3f0d10e 100755 --- a/bin/qemush +++ b/bin/qemush @@ -124,7 +124,7 @@ public_add() { } public_run() { - sh -c "$*" + exec sh -c "$*" } function="$1"