paths with spaces
This commit is contained in:
parent
1421e402e1
commit
e623307d19
1 changed files with 1 additions and 1 deletions
2
ctl
2
ctl
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue