X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/db5fb322a04cdb13328247938ec14bbf85fba338..db665945760baeb8f0d50f663db8caeede59697c:/new_loba.sh diff --git a/new_loba.sh b/new_loba.sh index 7519afc..40b6ea1 100755 --- a/new_loba.sh +++ b/new_loba.sh @@ -125,8 +125,9 @@ nol_insert && $1 ~ /\}/ { } nol_insert && !nol_inserted && /NOL_INSERT/ { - if ($1 > nol_compare) { - print nol_string; + if ($1 >= nol_compare) { + if ($1 > nol_compare) + print nol_string; nol_inserted = 1; } }