]> git.saurik.com Git - cydia.git/blobdiff - Library/firmware.sh
Add timestamping to _trace.
[cydia.git] / Library / firmware.sh
index ee8e26a39c522b20cbef7f45f24e8473bb24823a..a45fd2182cdf750d81b9697b151985c0edd79305 100755 (executable)
@@ -3,7 +3,7 @@
 version=$(sw_vers -productVersion)
 
 if grep '^Package: firmware$' /var/lib/dpkg/status >/dev/null; then
-    cat /var/lib/dpkg/status | while read -r line; do
+    cat /var/lib/dpkg/status | while IFS= read -r line; do
         if [[ ${line} == 'Package: firmware' ]]; then
             firmware=
         elif [[ ${line} == '' ]]; then
@@ -27,7 +27,7 @@ Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 Architecture: darwin-arm
 Version: ${version}
 Description: almost impressive Apple frameworks
-Name: Apple iPhone Firmware
+Name: iPhone Firmware
 
 EOF
 fi && mv -f /var/lib/dpkg/status{_,}