From fa687855f2d6bf1a5cf989cfcb0cfba0e797dd60 Mon Sep 17 00:00:00 2001 From: Alex Popov Date: Fri, 30 Aug 2024 12:41:22 +0200 Subject: [PATCH] Remove tabs in linux script (#3676) --- scripts/linux/apktool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/linux/apktool b/scripts/linux/apktool index 5ef7d329..d81ef520 100755 --- a/scripts/linux/apktool +++ b/scripts/linux/apktool @@ -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