From ca27d6f6d9ccc35bf55db3d360d1d464d5e206e7 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 11 Jan 2013 09:08:02 +0100 Subject: o Getting environment variables with space in them to work. --- .app/lib/app-common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.app/lib/app-common b/.app/lib/app-common index 3856430..fabdad4 100644 --- a/.app/lib/app-common +++ b/.app/lib/app-common @@ -134,6 +134,9 @@ run_app() { cd current e="`get_conf_in_group $apps $name $instance env`" + # This magically get the expansion of $u correct. + IFS=" +" # Set a default PATH which can be overridden by the application's settings set +e -- cgit v1.2.3