]> git.proxmox.com Git - mirror_lxc.git/commitdiff
lxc.functions.in: add missing backquote
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 30 Apr 2013 19:45:32 +0000 (14:45 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 30 Apr 2013 19:46:12 +0000 (14:46 -0500)
Reported by both Dwight and S.Çağlar - thanks.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxc.functions.in

index 8c25bd5cfdd929ba0d806cf3ceff317eae948ce3..de268dfa4eae6ac0899265173e27fe060f254b61 100644 (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`