diff options
Diffstat (limited to '.app/lib')
-rw-r--r-- | .app/lib/app-common | 3 |
1 files changed, 3 insertions, 0 deletions
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 |