From a2d61e761e66858d4d2d69f748756ad895efd139 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 12 Dec 2000 16:55:56 +0000 Subject: Some compile fixes found by Larry Doolittle --- applets/busybox.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'applets') diff --git a/applets/busybox.sh b/applets/busybox.sh index 22493bf59..6c91e539b 100755 --- a/applets/busybox.sh +++ b/applets/busybox.sh @@ -5,6 +5,7 @@ RAW=` \ sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\/\1.c/gp;' \ | tr '[:upper:]' '[:lower:]' | sort ` +test "${RAW}" != "" || exit cd ${2:-.} # I added in the extra "ls" so only source files that # actually exist will show up in the compile list. -- cgit v1.2.3