From: Jay Freeman (saurik) Date: Fri, 5 Nov 2010 16:07:47 +0000 (-0700) Subject: I don't have tr in the bootstrap so firmware.sh isn't working. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/d4bccfd43dee699cad0a05fad80ff0a75791c56b?ds=inline I don't have tr in the bootstrap so firmware.sh isn't working. --- 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 {{{