Skip to content

Commit 7cef659

Browse files
authored
Update android-tools-appimage.sh
1 parent ebd4f8b commit 7cef659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-tools-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ _get_symlinks() {
9292
}
9393
9494
# logic
95-
case $ARGV0 in
95+
case "$ARGV0" in
9696
'adb'|'etc1tool'|'fastboot'|'hprof-conv'|\
9797
'make_f2fs'|'make_f2fs_casefold'|'mke2fs'|'sqlite3')
9898
"$CURRENTDIR/$ARGV0" "$@" || echo "$UDEVNOTICE"

0 commit comments

Comments
 (0)