diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-12 16:55:56 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-12 16:55:56 +0000 |
commit | e67dbf18c7a54d2e4563e5869986d3b0747a1afb (patch) | |
tree | ae9e85d1a6ae27e0acdeff9ed15a2d141a2de770 /busybox.sh | |
parent | f594b92ba91f3f9057bf18182efc8bc35566c60e (diff) | |
download | busybox-w32-e67dbf18c7a54d2e4563e5869986d3b0747a1afb.tar.gz busybox-w32-e67dbf18c7a54d2e4563e5869986d3b0747a1afb.tar.bz2 busybox-w32-e67dbf18c7a54d2e4563e5869986d3b0747a1afb.zip |
Some compile fixes found by Larry Doolittle
git-svn-id: svn://busybox.net/trunk/busybox@1431 69ca8d6d-28ef-0310-b511-8ec308f3f277
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=` \ | |||
5 | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \ | 5 | sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \ |
6 | | tr '[:upper:]' '[:lower:]' | sort | 6 | | tr '[:upper:]' '[:lower:]' | sort |
7 | ` | 7 | ` |
8 | test "${RAW}" != "" || exit | ||
8 | cd ${2:-.} | 9 | cd ${2:-.} |
9 | # I added in the extra "ls" so only source files that | 10 | # I added in the extra "ls" so only source files that |
10 | # actually exist will show up in the compile list. | 11 | # actually exist will show up in the compile list. |