diff --git a/prebuilt/common/bin/otasigcheck.sh b/prebuilt/common/bin/otasigcheck.sh index 99fdaec2..aba53b01 100644 --- a/prebuilt/common/bin/otasigcheck.sh +++ b/prebuilt/common/bin/otasigcheck.sh @@ -20,6 +20,9 @@ if [ -f "/data/system/packages.xml" -a -f "/tmp/releasekey" ]; then OLDIFS="$IFS" IFS="" while read line; do + if [ "${#line}" -gt 4094 ]; then + continue + fi params=${line# *