From e623307d190bea5e8110b44aa5bf8cc9a145f088 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 1 Feb 2019 16:43:30 +0530 Subject: [PATCH] paths with spaces --- ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctl b/ctl index da49820..8195061 100755 --- a/ctl +++ b/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