From d1e1f5e0b134492f468db04825c99d2ffb544e6b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 21 Jun 2009 16:55:04 +0000 Subject: fix kill on unix by using ; instead of : as PATH separator git-svn-id: svn://tug.org/texlive/trunk@13859 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf') diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 6432177bd8a..bd165c8b522 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -45,7 +45,7 @@ BEGIN { $bindir =~ s,/*[^/]*$,,; $Master = "$bindir/../.."; # make subprograms (including kpsewhich) have the right path: - $ENV{"PATH"} = "$bindir;$ENV{PATH}"; + $ENV{"PATH"} = "$bindir:$ENV{PATH}"; $kpsewhichname = "kpsewhich"; } if (-r "$bindir/$kpsewhichname") { -- cgit v1.2.3