Skip to content

Commit

Permalink
Update android-tools-appimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Sep 17, 2024
1 parent ebd4f8b commit 7cef659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-tools-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ _get_symlinks() {
}
# logic
case $ARGV0 in
case "$ARGV0" in
'adb'|'etc1tool'|'fastboot'|'hprof-conv'|\
'make_f2fs'|'make_f2fs_casefold'|'mke2fs'|'sqlite3')
"$CURRENTDIR/$ARGV0" "$@" || echo "$UDEVNOTICE"
Expand Down

0 comments on commit 7cef659

Please sign in to comment.