]> git.saurik.com Git - cydia.git/blobdiff - Library/firmware.sh
Make Sakurina happy: black statusbar while stashing.
[cydia.git] / 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 {{{