projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74e0c83
)
version IkIWiki use, to help prevent wacky mismatch errors
author
Joey Hess
<joey@kitenet.net>
Tue, 4 May 2010 20:37:20 +0000
(16:37 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 4 May 2010 20:37:20 +0000
(16:37 -0400)
ikiwiki.in
patch
|
blob
|
history
diff --git
a/ikiwiki.in
b/ikiwiki.in
index acd37f8026c1a2a9ab076a877358617e9e20435e..ac43044dfcbb6b927de2f83081f9cb67ce6bd384 100755
(executable)
--- a/
ikiwiki.in
+++ b/
ikiwiki.in
@@
-7,7
+7,7
@@
package IkiWiki;
use warnings;
use strict;
use lib '.'; # For use in nonstandard directory, munged by Makefile.
-use IkiWiki;
+use IkiWiki
3.00
;
sub usage () {
die gettext("usage: ikiwiki [options] source dest"), "\n",