summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-04-24 23:14:14 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2008-04-24 23:14:14 +0000
commit36bb2ca28f46dfb1362e20da38cc51bac4ed821a (patch)
treef29dd8d7e8de2aaf8b66a202f1c65ba559146b10 /Library
parentffdee4ec2790e6878a314e48a5b759795e8efe96 (diff)
Background apt-get update, reorganized interface, amazing browser, and fixed firmware modifier thingee.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/firmware.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh
index c1a7f7f..a45fd21 100755
--- a/Library/firmware.sh
+++ b/Library/firmware.sh
@@ -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