From e7092cf93220fd52f68c39ccbc72f22b96207c6e Mon Sep 17 00:00:00 2001 From: "committer@t470p" Date: Wed, 27 Nov 2024 06:04:00 -0500 Subject: [PATCH] / wip --- scripts/99_software.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 82f6e29..9b551a1 100755 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -234,8 +234,8 @@ if [ ${operation} == "uninstall" ] ; then param_check "${parameter}" "no package name given" - if [[ "$operation" =~ ^aur:* ]]; then - operation=${operation:4} + if [[ "$parameter" =~ ^aur:* ]]; then + parameter=${parameter:4} fi # uninstall program and remove orphans