Skip to content

Commit bb874ba

Browse files
authored
fix typo 👀
1 parent e8c1c67 commit bb874ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gimp-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ln -sfn "$CURRENTDIR"/lib /tmp/o_0
131131
if [ "$1" = "--photogimp" ]; then
132132
shift
133133
ENABLE_PHOTO_GIMP=1
134-
elif [ "$(basename "$ARGVO")" = "photogimp" ]; then
134+
elif [ "$(basename "$ARGV0")" = "photogimp" ]; then
135135
ENABLE_PHOTO_GIMP=1
136136
elif [ "$1" = "--remove-photogimp" ]; then
137137
shift

0 commit comments

Comments
 (0)