From 755e329dbbc83c4e869dc07a6b975decd817abe1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 14 Apr 2009 00:06:37 +0000 Subject: (read_profile): remove eol before splitting. git-svn-id: svn://tug.org/texlive/trunk@12715 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 1 + 1 file changed, 1 insertion(+) (limited to 'Master') diff --git a/Master/install-tl b/Master/install-tl index 45c09317d64..333c75cba51 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -875,6 +875,7 @@ sub read_profile { while () { next if m/^[[:space:]]*$/; # skip empty lines next if m/^[[:space:]]*#/; # skip comment lines + chomp; # remove eol my ($k,$v) = split (" ", $_, 2); # value might have spaces $pro{$k} = $v; } -- cgit v1.2.3