mirror of
git://github.com/lxc/lxc
synced 2025-09-03 14:29:33 +00:00
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:
@@ -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`
|
||||||
|
Reference in New Issue
Block a user