Make cin be static
[oweals/busybox.git] / busybox.sh
index 6c91e539b34ad2e66c9261a2bc7e0e24825afaa5..547aca4774f8d1b1174cc587b890c7ff2dc4a4b4 100755 (executable)
@@ -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:-.}