Commit b338c81b by Serge Hallyn

lxc.functions.in: add missing backquote

Reported by both Dwight and S.Çağlar - thanks. Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent 385e7a43
...@@ -25,6 +25,6 @@ bindir=@BINDIR@ ...@@ -25,6 +25,6 @@ bindir=@BINDIR@
templatedir=@LXCTEMPLATEDIR@ templatedir=@LXCTEMPLATEDIR@
lxcinitdir=@LXCINITDIR@ lxcinitdir=@LXCINITDIR@
lxc_path=`lxc-config lxcpath lxc_path=`lxc-config lxcpath`
lxc_vg=`lxc-config lvm_vg` lxc_vg=`lxc-config lvm_vg`
lxc_zfsroot=`lxc-config zfsroot` lxc_zfsroot=`lxc-config zfsroot`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment