We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c1c67 commit bb874baCopy full SHA for bb874ba
gimp-appimage.sh
@@ -131,7 +131,7 @@ ln -sfn "$CURRENTDIR"/lib /tmp/o_0
131
if [ "$1" = "--photogimp" ]; then
132
shift
133
ENABLE_PHOTO_GIMP=1
134
-elif [ "$(basename "$ARGVO")" = "photogimp" ]; then
+elif [ "$(basename "$ARGV0")" = "photogimp" ]; then
135
136
elif [ "$1" = "--remove-photogimp" ]; then
137
0 commit comments