diff options
Diffstat (limited to 'applets')
-rwxr-xr-x | applets/busybox.sh | 1 |
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 | ` |
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. |