diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-05-11 09:42:27 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-05-11 09:42:27 +0000 |
commit | 74701833bd5dfe0fbbe9349873d5066560f55091 (patch) | |
tree | 81cca0219fce6309c1ad6c0027c7d28d8884bc10 /Master/bin/i386-linux | |
parent | 604f32876acab0c6178c680a30c8867eba19a12e (diff) |
add a missing #!/bin/sh line,
reported upstream
git-svn-id: svn://tug.org/texlive/trunk@8051 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-linux')
-rwxr-xr-x | Master/bin/i386-linux/ht | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/bin/i386-linux/ht b/Master/bin/i386-linux/ht index 0498e529af7..9336545fb4e 100755 --- a/Master/bin/i386-linux/ht +++ b/Master/bin/i386-linux/ht @@ -1,7 +1,7 @@ #!/bin/sh - $1 $2 - $1 $2 - $1 $2 - tex4ht $2 - t4ht $2 $3 +$1 $2 +$1 $2 +$1 $2 +tex4ht $2 +t4ht $2 $3 # -d~/WWW/temp/ -m644 |