add extra line in the busybox script

A mindless change.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2010-01-21 14:45:00 +01:00
parent 267d974e59
commit 7674618ce4

View 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