From 2fafd6ebc174dc5b207492941aca4fee38ac1ef3 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 5 Nov 2010 09:07:47 -0700 Subject: [PATCH] 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(-) diff --git a/Library/firmware.sh b/Library/firmware.sh index 572eab17..0cf9c1da 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 {{{ -- 2.45.2