aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-10-26 17:44:19 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-10-26 17:48:45 +0200
commit165d20eebc587f21f0409850b8e522c7a25979e3 (patch)
treefb127d7270b5a2f5152ab1dddeac306e38850c93 /lib
parent2474a9e50e5d21ed6b3fd825d9fe565b79f62014 (diff)
downloadapp.sh-165d20eebc587f21f0409850b8e522c7a25979e3.tar.gz
app.sh-165d20eebc587f21f0409850b8e522c7a25979e3.tar.bz2
app.sh-165d20eebc587f21f0409850b8e522c7a25979e3.tar.xz
app.sh-165d20eebc587f21f0409850b8e522c7a25979e3.zip
app-cat-conf: Removing -n argument, adding -k and -g for 'key' and
'group' lookups.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common b/lib/common
index be3daae..663bf45 100755
--- a/lib/common
+++ b/lib/common
@@ -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`