diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-02 23:42:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-02 23:42:25 +0000 |
commit | b828bc9af5d21aa3ff67478df08faac8e7fa43c4 (patch) | |
tree | 9cb4767a8eeed04e217517d918b3834d1165ee53 /Master/texmf-doc/source | |
parent | 9683e2f7185c5cf8b4a194d839e26425a5b9e811 (diff) |
conv_to_win_path renamed (and not needed); let texlive-en be updated in tlnet (Nikos Platis, 02 Nov 2008 01:11:33)
git-svn-id: svn://tug.org/texlive/trunk@11159 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
-rwxr-xr-x | Master/texmf-doc/source/texlive/texlive-common/w32client/install-w32client | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-doc/source/texlive/texlive-common/w32client/install-w32client b/Master/texmf-doc/source/texlive/texlive-common/w32client/install-w32client index 043a23a0a1a..2bfc1f0176e 100755 --- a/Master/texmf-doc/source/texlive/texlive-common/w32client/install-w32client +++ b/Master/texmf-doc/source/texlive/texlive-common/w32client/install-w32client @@ -1,5 +1,5 @@ #!/usr/bin/env perl - +# $Id$ # copy this file and install-w32client.bat to the same directory # as texmf, texmf-dist etc. @@ -11,8 +11,7 @@ $^W = 1; -use TeXLive::TLUtils qw(mkdirhier conv_to_win_path); -#use Cwd 'abs_path'; +use TeXLive::TLUtils qw(mkdirhier); use TeXLive::TLWinGoo qw(non_admin add_texbindir_to_path setenv_reg init_unshortbat add_desktop_shortcut add_menu_shortcut register_extension register_file_type |