[lxc-devel] [lxcfs/master] hook: Fix typo in previous fix

stgraber on Github lxc-bot at linuxcontainers.org
Tue Mar 22 07:47:33 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 355 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160322/b0f551a4/attachment.bin>
-------------- next part --------------
From cd14d99205bbec39769e4da7181a6985cae51e12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 22 Mar 2016 03:46:59 -0400
Subject: [PATCH] hook: Fix typo in previous fix
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 share/lxc.mount.hook.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/lxc.mount.hook.in b/share/lxc.mount.hook.in
index 9a6b2c9..8fc4748 100755
--- a/share/lxc.mount.hook.in
+++ b/share/lxc.mount.hook.in
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 # We're dealing with mount entries, so expand any symlink
-LXC_ROOTFS_MOUNT=$(readlink -f ${LXC_ROOTFS_MOUNT}
+LXC_ROOTFS_MOUNT=$(readlink -f ${LXC_ROOTFS_MOUNT})
 
 # /proc files
 if [ -d @LXCFSTARGETDIR@/proc/ ]; then


More information about the lxc-devel mailing list