]> git.saurik.com Git - cydia.git/commitdiff
I don't have tr in the bootstrap so firmware.sh isn't working.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 5 Nov 2010 16:07:47 +0000 (09:07 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 5 Nov 2010 16:07:47 +0000 (09:07 -0700)
Library/firmware.sh

index 572eab17645da3920b38339076e3214f38a7f2c6..0cf9c1dabed4e2ef47cae892687eacbb493f4af7 100755 (executable)
@@ -23,7 +23,7 @@ model=$(sysctl -n "${model}")
 status=${data}/status
 
 function lower() {
-    tr '[:upper:]' '[:lower:]'
+    sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'
 }
 
 # Generate New Package {{{