diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-28 21:08:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-28 21:08:34 +0000 |
commit | aef8f912e45ba566509c9bfd605a7ea4cbb78014 (patch) | |
tree | 7c95a506a4da844dde79cce423a509994b875f41 /Master/bin/i386-cygwin/updmap-sys | |
parent | 3af71fbd232ae2824257087271418b88e9fd510d (diff) |
cygwin 2011
git-svn-id: svn://tug.org/texlive/trunk@22654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-cygwin/updmap-sys')
l---------[-rwxr-xr-x] | Master/bin/i386-cygwin/updmap-sys | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/Master/bin/i386-cygwin/updmap-sys b/Master/bin/i386-cygwin/updmap-sys index 6f3c8365658..87523fb08ed 100755..120000 --- a/Master/bin/i386-cygwin/updmap-sys +++ b/Master/bin/i386-cygwin/updmap-sys @@ -1,30 +1 @@ -#!/bin/sh - -# updmap-sys: Thomas Esser, public domain. - -# wrapper script for updmap with TEXMFVAR and TEXMFCONFIG set to -# TEXMFSYSVAR / TEXMFSYSCONFIG - -test -f /bin/ksh && test -z "$RUNNING_KSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ - && { RUNNING_KSH=true; export RUNNING_KSH; exec /bin/ksh $0 ${1+"$@"}; } -unset RUNNING_KSH - -test -f /bin/bsh && test -z "$RUNNING_BSH" \ - && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ - && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } -unset RUNNING_BSH - -export PATH - -# hack around a bug in zsh: -test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' - -v=`kpsewhich -var-value TEXMFSYSVAR` -c=`kpsewhich -var-value TEXMFSYSCONFIG` - -TEXMFVAR="$v" -TEXMFCONFIG="$c" -export TEXMFVAR TEXMFCONFIG - -exec updmap ${1+"$@"} +../../texmf/scripts/tetex/updmap-sys.sh
\ No newline at end of file |