From 6d80785cecd4921ed30451c8514f444e32a97b83 Mon Sep 17 00:00:00 2001 From: ljf Date: Mon, 3 Sep 2018 16:06:50 +0200 Subject: [PATCH] [fix] Export var with space --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index fc07b9e..ea2d66e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -20,7 +20,7 @@ ynh_export () { ynh_arg="PATH" fi ynh_arg="YNH_APP_ARG_$ynh_arg" - export $var=${!ynh_arg} + export $var="${!ynh_arg}" done } # Save listed var in YunoHost app settings