paths with spaces

This commit is contained in:
j 2019-02-01 16:43:30 +05:30
parent 1421e402e1
commit e623307d19
1 changed files with 1 additions and 1 deletions

2
ctl
View File

@ -56,7 +56,7 @@ else
ARCH="_armv7l"
fi
PLATFORM="linux$ARCH"
if [ -e $BASE/platform_${PLATFORM}/lib/libunrar.so ]; then
if [ -e "$BASE/platform_${PLATFORM}/lib/libunrar.so" ]; then
export UNRAR_LIB_PATH="$BASE/platform_${PLATFORM}/lib/libunrar.so"
fi
fi