summaryrefslogtreecommitdiff
path: root/Master/bin/win32/mk4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/win32/mk4ht')
-rw-r--r--Master/bin/win32/mk4ht6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/bin/win32/mk4ht b/Master/bin/win32/mk4ht
index 2bd1f7e2038..aa5acfd3f83 100644
--- a/Master/bin/win32/mk4ht
+++ b/Master/bin/win32/mk4ht
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-# mk4ht 2007-01-04-01:34 %
+# mk4ht 2007-01-09-11:41 %
# Copyright (C) 2003--2007 Eitan M. Gurari %
# %
# %
@@ -182,7 +182,7 @@ print " clean.htlatex lg tmp\n";
}
-print "mk4ht (2007-01-04-01:34)\n";
+print "mk4ht (2007-01-09-11:41)\n";
if( !@ARGV ){
print "improper command\n";
showInstrucions(); exit(1);
@@ -341,6 +341,6 @@ while ($file = readdir(DIR) ){
} } } } }
closedir(DIR);
- exit( !$rtrn );
}
+exit( $rtrn );