From 2fafd6ebc174dc5b207492941aca4fee38ac1ef3 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 5 Nov 2010 09:07:47 -0700 Subject: I don't have tr in the bootstrap so firmware.sh isn't working. --- Library/firmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/firmware.sh b/Library/firmware.sh index 572eab1..0cf9c1d 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -23,7 +23,7 @@ model=$(sysctl -n "${model}") status=${data}/status function lower() { - tr '[:upper:]' '[:lower:]' + sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' } # Generate New Package {{{ -- cgit v1.2.3