summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/bin/i386-openbsd/dt2dvbin30084 -> 30084 bytes
-rwxr-xr-xMaster/bin/i386-openbsd/pdftexbin1178740 -> 1178836 bytes
-rwxr-xr-xMaster/bin/i386-openbsd/texconfig9
-rwxr-xr-xMaster/bin/i386-openbsd/xdvi-xaw.binbin724452 -> 724452 bytes
4 files changed, 6 insertions, 3 deletions
diff --git a/Master/bin/i386-openbsd/dt2dv b/Master/bin/i386-openbsd/dt2dv
index 53713abaf55..1958f8719ae 100755
--- a/Master/bin/i386-openbsd/dt2dv
+++ b/Master/bin/i386-openbsd/dt2dv
Binary files differ
diff --git a/Master/bin/i386-openbsd/pdftex b/Master/bin/i386-openbsd/pdftex
index 4bcca3f5bf4..279f5da0e29 100755
--- a/Master/bin/i386-openbsd/pdftex
+++ b/Master/bin/i386-openbsd/pdftex
Binary files differ
diff --git a/Master/bin/i386-openbsd/texconfig b/Master/bin/i386-openbsd/texconfig
index 0dc3f753f0b..f5a85098e0d 100755
--- a/Master/bin/i386-openbsd/texconfig
+++ b/Master/bin/i386-openbsd/texconfig
@@ -24,7 +24,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
progname=texconfig
# the version string
-version=1167506445 # seconds since `00:00:00 1970-01-01 UTC'
+version=1168206389 # seconds since `00:00:00 1970-01-01 UTC'
# date '+%s' (with GNU date)
envVars="
@@ -593,7 +593,7 @@ tcBatch()
$progname font rw
$progname formats
$progname hyphen FORMAT
- $progname init [format]
+ $progname init [formats]
$progname mode MODE
$progname paper PAPER
$progname pdftex [options]
@@ -1149,7 +1149,10 @@ $formatsForHyphenFmt"
updmap || rc=1
;;
*)
- fmtutil --byfmt "$2" || rc=1
+ shift 1
+ for i in "$@"; do
+ fmtutil --byfmt "$i" || rc=1
+ done
;;
esac
;;
diff --git a/Master/bin/i386-openbsd/xdvi-xaw.bin b/Master/bin/i386-openbsd/xdvi-xaw.bin
index 74912ad309f..18b38b4a3cd 100755
--- a/Master/bin/i386-openbsd/xdvi-xaw.bin
+++ b/Master/bin/i386-openbsd/xdvi-xaw.bin
Binary files differ