projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f48920c
)
Fix a typo in generate-mouse-tiny.pl
gfx [Sat, 31 Oct 2009 04:06:55 +0000 (13:06 +0900)]
author/generate-mouse-tiny.pl
patch
|
blob
|
blame
|
history
diff --git
a/author/generate-mouse-tiny.pl
b/author/generate-mouse-tiny.pl
index
0fd1963
..
71d6b60
100755
(executable)
--- 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";
}