X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/db5fb322a04cdb13328247938ec14bbf85fba338..f87ce6713676e7ecbb089353033372c3786f8e18:/new_loba.sh?ds=sidebyside 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; } }