diff options
-rwxr-xr-x | applets/busybox.sh | 2 | ||||
-rwxr-xr-x | busybox.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applets/busybox.sh b/applets/busybox.sh index 6c91e539b..547aca477 100755 --- a/applets/busybox.sh +++ b/applets/busybox.sh | |||
@@ -3,7 +3,7 @@ | |||
3 | RAW=` \ | 3 | RAW=` \ |
4 | gcc -E -dM ${1:-Config.h} | \ | 4 | gcc -E -dM ${1:-Config.h} | \ |
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 A-Z a-z | sort |
7 | ` | 7 | ` |
8 | test "${RAW}" != "" || exit | 8 | test "${RAW}" != "" || exit |
9 | cd ${2:-.} | 9 | cd ${2:-.} |
diff --git a/busybox.sh b/busybox.sh index 6c91e539b..547aca477 100755 --- a/busybox.sh +++ b/busybox.sh | |||
@@ -3,7 +3,7 @@ | |||
3 | RAW=` \ | 3 | RAW=` \ |
4 | gcc -E -dM ${1:-Config.h} | \ | 4 | gcc -E -dM ${1:-Config.h} | \ |
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 A-Z a-z | sort |
7 | ` | 7 | ` |
8 | test "${RAW}" != "" || exit | 8 | test "${RAW}" != "" || exit |
9 | cd ${2:-.} | 9 | cd ${2:-.} |