From: gfx Date: Sat, 31 Oct 2009 04:06:55 +0000 (+0900) Subject: Fix a typo in generate-mouse-tiny.pl X-Git-Tag: 0.40_04~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=7801fbf000c65bbd5228728424f935b87fcd518e Fix a typo in generate-mouse-tiny.pl --- diff --git a/author/generate-mouse-tiny.pl b/author/generate-mouse-tiny.pl index 0fd1963..71d6b60 100755 --- a/author/generate-mouse-tiny.pl +++ b/author/generate-mouse-tiny.pl @@ -54,7 +54,7 @@ for my $file (uniq $contents =~ s/__END__\b.*//s; # remove documentation $contents =~ s/1;\n*$//; # remove success indicator - $mouse_tiny .= "BEGIN{ # #file\n"; + $mouse_tiny .= "BEGIN{ # $file\n"; $mouse_tiny .= $contents; $mouse_tiny .= "}\n"; }