From 0f6582be0a2a55f6cfbf29e277c83fcae4b9bc27 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 24 Mar 2024 23:30:26 +0100 Subject: [PATCH] =?UTF-8?q?qemush=20:=20oups,=20=C3=A7a=20aurait=20du=20?= =?UTF-8?q?=C3=AAtre=20dans=20un=20commit=20pr=C3=A9c=C3=A9dent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/qemush | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/qemush b/bin/qemush index 1d6da94..1fd16d0 100755 --- a/bin/qemush +++ b/bin/qemush @@ -157,9 +157,9 @@ public_add() { fi if [ -n "$2" ]; then - name="$2" + destination="$2" else - name=$(basename "$1") + destination=$(basename "$1") fi destination="${HOME}/launchers/${destination}"