From: Claudio Sacerdoti Coen Date: Thu, 22 Sep 2005 08:58:57 +0000 (+0000) Subject: ... X-Git-Tag: LAST_BEFORE_NEW~57 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=cc71d7571ad58f836e9ce92ce3034ea8a933ef50;p=helm.git ... --- diff --git a/helm/matita/scripts/insert.awk b/helm/matita/scripts/insert.awk index e38f341ed..c881c0966 100644 --- a/helm/matita/scripts/insert.awk +++ b/helm/matita/scripts/insert.awk @@ -1,6 +1,6 @@ { result=tolower($3); - if( $1 ~ "\.opt$" ) + if( $1 ~ ".opt$" ) compilation="opt" else compilation="byte"