]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
add extra line in the busybox script
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 21 Jan 2010 13:45:00 +0000 (14:45 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 21 Jan 2010 13:45:00 +0000 (14:45 +0100)
A mindless change.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
scripts/lxc-busybox.in

index d7cab65525c64f901fe593bd2f8fdda2ffde5777..e30ce548338afecb0dca3c9ac77a2ff874b6901a 100644 (file)
@@ -187,6 +187,7 @@ configure_busybox()
        who whoami xargs yes zcat zcip"
 
     type busybox >/dev/null
+
     if [ $? -ne 0 ]; then
        echo "busybox executable is not accessible"
        return 1