mirror of
https://github.com/iBotPeaches/Apktool.git
synced 2024-11-23 04:30:04 +00:00
Remove tabs in linux script (#3676)
This commit is contained in:
parent
62ad27a561
commit
fa687855f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user