aboutsummaryrefslogtreecommitdiff
path: root/busybox.sh
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-05 17:37:48 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-05 17:37:48 +0000
commit1b355ebba68bdd567dd3961a18291dfd9532c2e8 (patch)
treec4c1cb4ed9cc025e05640e19c0b0a3f86080563a /busybox.sh
parent43c8c38bbfe3d25e21f37d899184de52c6dc9c17 (diff)
downloadbusybox-w32-1b355ebba68bdd567dd3961a18291dfd9532c2e8.tar.gz
busybox-w32-1b355ebba68bdd567dd3961a18291dfd9532c2e8.tar.bz2
busybox-w32-1b355ebba68bdd567dd3961a18291dfd9532c2e8.zip
Added expr, from Edward Betts <edward@debian.org>, with some fixups
and docs added by me. -Erik
Diffstat (limited to 'busybox.sh')
-rwxr-xr-xbusybox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.sh b/busybox.sh
index 5dd6e1c3d..2b4521065 100755
--- a/busybox.sh
+++ b/busybox.sh
@@ -5,6 +5,6 @@
5ls -1 ` \ 5ls -1 ` \
6 gcc -E -dM busybox.def.h | \ 6 gcc -E -dM busybox.def.h | \
7 sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \ 7 sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \
8 | tr [:upper:] [:lower:] | sort 8 | tr '[:upper:]' '[:lower:]' | sort
9` 2>/dev/null | sed -e 's/\.c$/\.o/g' 9` 2>/dev/null | sed -e 's/\.c$/\.o/g'
10 10