From: Koichi KAMICHI Date: Thu, 13 Apr 2006 08:48:07 +0000 (+0000) Subject: Fixed. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0477dd600471ebf632d50ce4125e4f33f2f8b83d;p=chise%2Fkage.git Fixed. --- diff --git a/makettf/makettf.cgi b/makettf/makettf.cgi index a8fef42..b7fa8ef 100755 --- a/makettf/makettf.cgi +++ b/makettf/makettf.cgi @@ -5,7 +5,6 @@ binmode STDOUT, ":utf8"; use CGI; $form = new CGI; -$FONTFORGE = "/usr/local/bin/fontforge"; $PERL = "/usr/bin/perl"; $RM = "/bin/rm"; $LICENSE = 'Created by KAGE system. (http://fonts.jp/)'; diff --git a/makettf/makettf.pl b/makettf/makettf.pl index d8e5f00..f87215b 100755 --- a/makettf/makettf.pl +++ b/makettf/makettf.pl @@ -101,7 +101,7 @@ else{ } @temp = split(/\r\n|\r|\n/, $temp); foreach(@temp){ - @temp2 = split(/ |\t/, $_); + @temp2 = split(/ +|\t/, $_); $buhin{$temp2[0]} = $temp2[1]; }