commit | a2d61e761e66858d4d2d69f748756ad895efd139 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Dec 12 16:55:56 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Dec 12 16:55:56 2000 +0000 |
tree | ae9e85d1a6ae27e0acdeff9ed15a2d141a2de770 | |
parent | 5ec241d3b38054c72735ff448dd1f9bebce78d3d [diff] [blame] |
Some compile fixes found by Larry Doolittle
diff --git a/busybox.sh b/busybox.sh index 22493bf..6c91e53 100755 --- a/busybox.sh +++ b/busybox.sh
@@ -5,6 +5,7 @@ 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.