mirror of
git://github.com/lxc/lxc
synced 2025-08-31 12:29:31 +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@
|
||||
lxcinitdir=@LXCINITDIR@
|
||||
|
||||
lxc_path=`lxc-config lxcpath
|
||||
lxc_path=`lxc-config lxcpath`
|
||||
lxc_vg=`lxc-config lvm_vg`
|
||||
lxc_zfsroot=`lxc-config zfsroot`
|
||||
|
Reference in New Issue
Block a user