From 55589708b11f37d4f349c3a68f52bd3a1636ed8d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 11 May 2014 20:41:48 -0700 Subject: Use separate lines for all post-gssc sed commands. --- Library/firmware.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/firmware.sh b/Library/firmware.sh index d87a564..afaae9a 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 -- cgit v1.2.3