Skip to content

Commit

Permalink
Remove tabs in linux script (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpopov committed Aug 30, 2024
1 parent 62ad27a commit fa68785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/linux/apktool
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ while expr "x$1" : 'x-J' >/dev/null; do
done

if [ "$OSTYPE" = "cygwin" ] ; then
jarpath=`cygpath -w "$libdir/$jarfile"`
jarpath=`cygpath -w "$libdir/$jarfile"`
else
jarpath="$libdir/$jarfile"
jarpath="$libdir/$jarfile"
fi

# add current location to path for aapt
Expand Down

0 comments on commit fa68785

Please sign in to comment.