diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-12 17:04:25 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2007-01-12 17:04:25 +0000 |
commit | 5b9498e7c4afd9ee9d00349d2d877f1aee917b02 (patch) | |
tree | 4a1043bfde83f165e898de67f2bbbb23f3e434d1 /Master/bin/win32/mk4ht | |
parent | b6527411e29abb30e6ef7dd0166517b674a55753 (diff) |
bin/win32 updates from Akira
git-svn-id: svn://tug.org/texlive/trunk@3384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/mk4ht')
-rw-r--r-- | Master/bin/win32/mk4ht | 6 |
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 ); |