X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-2.6.27;h=1bd73ad3f543b3a783ec24b4bcc169398ed86410;hb=37735f193bc59a71a94d1f140b6cec9a209c175e;hp=be65dab5250a940922aff7513df6cb4ace9f40e6;hpb=c953b7d6c355f629b6d22ad88bd154cbaf2d60f0;p=releases.git diff --git a/deblob-2.6.27 b/deblob-2.6.27 index be65dab5250a..1bd73ad3f543 100755 --- a/deblob-2.6.27 +++ b/deblob-2.6.27 @@ -44,7 +44,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.27 extra=1 +kver=2.6.27 extra=1++ fatal () { echo "$@" @@ -111,9 +111,9 @@ clean_blob () { dummy_blob () { #$1 = filename if test -f $1; then - fatal $1 exists, something is wrong + die $1 exists, something is wrong elif test ! -f firmware/Makefile; then - fatal firmware/Makefile does not exist, something is wrong + die firmware/Makefile does not exist, something is wrong fi clean_sed "s,`echo $1 | sed s,^firmware/,,`,\$(DEBLOBBED),g" \ @@ -123,9 +123,9 @@ dummy_blob () { clean_fw () { #$1 = firmware text input, $2 = firmware output if test ! -f $1; then - fatal $1 does not exist, something is wrong + die $1 does not exist, something is wrong elif test -f $2; then - fatal $2 exists, something is wrong + die $2 exists, something is wrong fi clean_blob $1 -s 4 dummy_blob $2 @@ -134,9 +134,9 @@ clean_fw () { drop_fw_file () { #$1 = firmware text input, $2 = firmware output if test ! -f $1; then - fatal $1 does not exist, something is wrong + die $1 does not exist, something is wrong elif test -f $2; then - fatal $2 exists, something is wrong + die $2 exists, something is wrong fi clean_file $1 dummy_blob $2