mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-29 21:54:25 +02: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…
x
Reference in New Issue
Block a user