diff options
Diffstat (limited to 'lib/common')
-rwxr-xr-x | lib/common | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ run_app() { done local bin=$1; shift - local e=`app-cat-conf -n "env\..*" | cut -f 2- -d .` + local e=`app-cat-conf -g env | cut -f 2- -d .` local app_home=`pwd` |