From 29fc93c18889114e0e01a010572901537248747f Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 24 Mar 2024 23:28:17 +0100 Subject: [PATCH] qemush : suppression `set` inutiles --- bin/qemush | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/qemush b/bin/qemush index 6bcb110..ca61302 100755 --- a/bin/qemush +++ b/bin/qemush @@ -137,8 +137,8 @@ public_rm() { # Invoke bash as qemu user in its home directory public_shell() { cd || return - set -- bash -i "$@" - exec "$@" + + exec bash -i } # Output the content of an entrypoint, with coloration if on a virtual