aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'applets/busybox.sh')
-rwxr-xr-xapplets/busybox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.sh b/applets/busybox.sh
index 5dd6e1c3d..2b4521065 100755
--- a/applets/busybox.sh
+++ b/applets/busybox.sh
@@ -5,6 +5,6 @@
ls -1 ` \
gcc -E -dM busybox.def.h | \
sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \
- | tr [:upper:] [:lower:] | sort
+ | tr '[:upper:]' '[:lower:]' | sort
` 2>/dev/null | sed -e 's/\.c$/\.o/g'