]> git.saurik.com Git - cydia.git/blobdiff - Library/firmware.sh
Leave Package::source_ nil until first use.
[cydia.git] / Library / firmware.sh
index 1c966cb9724c0a28fae38304a85830851a1f74c6..0cf9c1dabed4e2ef47cae892687eacbb493f4af7 100755 (executable)
@@ -23,7 +23,7 @@ model=$(sysctl -n "${model}")
 status=${data}/status
 
 function lower() {
 status=${data}/status
 
 function lower() {
-    tr '[:upper:]' '[:lower:]'
+    sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'
 }
 
 # Generate New Package {{{
 }
 
 # Generate New Package {{{
@@ -52,6 +52,8 @@ EOF
 {
 
 # Delete Old Packages {{{
 {
 
 # Delete Old Packages {{{
+    firmware=
+
     while IFS= read -r line; do
         #echo "#${firmware+@}/${blank+@} ${line}" 1>&2
 
     while IFS= read -r line; do
         #echo "#${firmware+@}/${blank+@} ${line}" 1>&2