From b338c81b9f0130106eee4b2ff70959c2e62a1fac Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Tue, 30 Apr 2013 14:45:32 -0500 Subject: [PATCH] lxc.functions.in: add missing backquote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by both Dwight and S.Çağlar - thanks. Signed-off-by: Serge Hallyn --- src/lxc/lxc.functions.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc.functions.in b/src/lxc/lxc.functions.in index 8c25bd5cf..de268dfa4 100644 --- a/src/lxc/lxc.functions.in +++ b/src/lxc/lxc.functions.in @@ -25,6 +25,6 @@ bindir=@BINDIR@ templatedir=@LXCTEMPLATEDIR@ lxcinitdir=@LXCINITDIR@ -lxc_path=`lxc-config lxcpath +lxc_path=`lxc-config lxcpath` lxc_vg=`lxc-config lvm_vg` lxc_zfsroot=`lxc-config zfsroot`