From 079a49eaaa5a6bacca3181671abd8ebb72015fd1 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 21 Apr 2013 11:10:37 +0200 Subject: o Allowing the 'app' wrapper to run apps from libexec too. --- bin/app-conf | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/app-conf b/bin/app-conf index 2681f59..fde357f 100755 --- a/bin/app-conf +++ b/bin/app-conf @@ -65,6 +65,7 @@ conf_import() { local dst=$1; shift local src=$1; shift + echo "Importing config from $src" app-cat-conf -f "$src" -f "$dst" > "$dst.tmp" mv "$dst.tmp" "$dst" } -- cgit v1.2.3