Remove tabs in linux script (#3676)

This commit is contained in:
Alex Popov 2024-08-30 12:41:22 +02:00 committed by GitHub
parent 62ad27a561
commit fa687855f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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