diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-12 16:55:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-12 16:55:56 +0000 |
commit | a2d61e761e66858d4d2d69f748756ad895efd139 (patch) | |
tree | ae9e85d1a6ae27e0acdeff9ed15a2d141a2de770 /applets | |
parent | 5ec241d3b38054c72735ff448dd1f9bebce78d3d (diff) | |
download | busybox-a2d61e761e66858d4d2d69f748756ad895efd139.tar.gz |
Some compile fixes found by Larry Doolittle
Diffstat (limited to 'applets')
-rwxr-xr-x | applets/busybox.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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.*\<BB_\(.*\)\>/\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. |