Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-12 19:55:56 +0300
committerEric Andersen <andersen@codepoet.org>2000-12-12 19:55:56 +0300
commita2d61e761e66858d4d2d69f748756ad895efd139 (patch)
treeae9e85d1a6ae27e0acdeff9ed15a2d141a2de770 /busybox.sh
parent5ec241d3b38054c72735ff448dd1f9bebce78d3d (diff)
Some compile fixes found by Larry Doolittle
Diffstat (limited to 'busybox.sh')
-rwxr-xr-xbusybox.sh1
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.