From 165d20eebc587f21f0409850b8e522c7a25979e3 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 26 Oct 2013 17:44:19 +0200 Subject: app-cat-conf: Removing -n argument, adding -k and -g for 'key' and 'group' lookups. --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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` -- cgit v1.2.3