aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rwxr-xr-xapplets/busybox.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/busybox.sh b/applets/busybox.sh
index 22493bf59..6c91e539b 100755
--- a/applets/busybox.sh
+++ b/applets/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`
8test "${RAW}" != "" || exit
8cd ${2:-.} 9cd ${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.