mirror of
git://github.com/lxc/lxc
synced 2025-09-04 04:19:30 +00:00
lxc-busybox: follow symlinks when inspecting busybox binary
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
committed by
Serge Hallyn
parent
826cde7c21
commit
50dbb8209b
@@ -187,7 +187,7 @@ configure_busybox()
|
||||
return 1
|
||||
fi
|
||||
|
||||
file $(which busybox) | grep -q "statically linked"
|
||||
file -L $(which busybox) | grep -q "statically linked"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "warning : busybox is not statically linked."
|
||||
echo "warning : The template script may not correctly"
|
||||
|
Reference in New Issue
Block a user