From 93409cd85a8a9aaaf4a1dcaaebcdf8b42a89d016 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 10 May 2022 09:36:22 +0200 Subject: [PATCH] Fixed AppImage -h displaying UG not AI help --- data/scripts/Linux-AppImage/AppRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/Linux-AppImage/AppRun b/data/scripts/Linux-AppImage/AppRun index 634234b2a..3241307d3 100755 --- a/data/scripts/Linux-AppImage/AppRun +++ b/data/scripts/Linux-AppImage/AppRun @@ -190,7 +190,7 @@ elif [ "$1" = "--tool" ]; then shift 2 # shellcheck disable=SC2086 ${RUN}"$DIR/usr/bin/$TOOL" "$@" -elif [ "$1" = x"-h" ] || [ "$1" = "--help" ]; then +elif [ "$1" = "-h" ] || [ "$1" = "--help" ]; then usage exit 0 elif [ "$1" = "--fullhelp" ]; then