lxc.functions.in: add missing backquote

Reported by both Dwight and S.Çağlar - thanks.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Serge Hallyn 2013-04-30 14:45:32 -05:00
parent 385e7a431a
commit b338c81b9f

View File

@ -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`