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 /busybox.sh | |
parent | 5ec241d3b38054c72735ff448dd1f9bebce78d3d (diff) |
Some compile fixes found by Larry Doolittle
Diffstat (limited to 'busybox.sh')
-rwxr-xr-x | busybox.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.sh b/busybox.sh index 22493bf59..6c91e539b 100755 --- a/busybox.sh +++ b/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. |