From: Jay Freeman (saurik) Date: Mon, 12 May 2014 03:41:48 +0000 (-0700) Subject: Use separate lines for all post-gssc sed commands. X-Git-Tag: v1.1.10~85 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/55589708b11f37d4f349c3a68f52bd3a1636ed8d Use separate lines for all post-gssc sed commands. --- diff --git a/Library/firmware.sh b/Library/firmware.sh index d87a564e..afaae9a0 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -101,7 +101,8 @@ EOF echo "${gssc}" | sed -re ' /^ [^ ]* = [0-9.]*;$/ ! d; s/^ ([^ ]*) = ([0-9.]*);$/\1 \2/; - s/([A-Z])/-\L\1/g; s/^"([^ ]*)"/\1/; + s/([A-Z])/-\L\1/g; + s/^"([^ ]*)"/\1/; s/^-//; / 0$/ d; ' | while read -r name value; do case "${name}" in