X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=host%2Fnessie_check.rb;h=d2ed46ad43c6d68fd258d487b0cd15bd494fdc03;hp=33eb4a383447dcb67cf10f6d0d6e663abef45dad;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 diff --git a/host/nessie_check.rb b/host/nessie_check.rb index 33eb4a3..d2ed46a 100644 --- a/host/nessie_check.rb +++ b/host/nessie_check.rb @@ -21,15 +21,19 @@ def skip_header(file) begin l = file.gets().strip + l = '' if !l end until /[*]{10,}.*/.match(l) begin l = file.gets().strip + l = '' if !l end until /[*]{10,}.*/.match(l) begin l = file.gets().strip + l = '' if !l end until /[=]{5,}.*/.match(l) begin l = file.gets().strip + l = '' if !l end until /[=]{5,}.*/.match(l) end