diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-24 11:28:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-05-24 11:28:14 +0000 |
commit | 8994d0c1fae93d05483786b4f7d1e92c91765d65 (patch) | |
tree | 520d437d1ab4f7b83b0fc6717d23380c3ce7eb68 /Build/source/texk/web2c/otps/mkofm | |
parent | 37f827f0b8b1b7201265f99233642947f1186a20 (diff) |
WIN32: build C program replacements for Unix shell scripts (from Akira's W32TeX)
git-svn-id: svn://tug.org/texlive/trunk@22600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/otps/mkofm')
-rwxr-xr-x | Build/source/texk/web2c/otps/mkofm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/otps/mkofm b/Build/source/texk/web2c/otps/mkofm index ef820171f08..306575cfbe7 100755 --- a/Build/source/texk/web2c/otps/mkofm +++ b/Build/source/texk/web2c/otps/mkofm @@ -1,3 +1,3 @@ #!/bin/sh # Initial definition. For the moment only makes .tfm files. -mktextfm $* +mktextfm "$@" |