diff options
Diffstat (limited to 'busybox.sh')
-rwxr-xr-x | busybox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ RAW=` \ gcc -E -dM ${1:-Config.h} | \ sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \ - | tr '[:upper:]' '[:lower:]' | sort + | tr A-Z a-z | sort ` test "${RAW}" != "" || exit cd ${2:-.} |