From 06767e3e78577650419409ef18853a09d9188fdc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 15 Oct 2007 16:35:21 +0000 Subject: need --text for grepping the diff. git-svn-id: svn://tug.org/texlive/trunk@5196 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/place | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/place b/Master/tlpkg/bin/place index 27d3736650a..e080862fe32 100755 --- a/Master/tlpkg/bin/place +++ b/Master/tlpkg/bin/place @@ -127,7 +127,7 @@ if (!defined($tlpold)) { $sum += $#foo; # zero-based, so first line doesn't count. } my $nrcommfiles = @difffiles; - chomp (my $identical = `grep 'are identical' $diff_file | wc -l`); + chomp (my $identical = `grep --text 'are identical' $diff_file | wc -l`); print "$nrcommfiles common files, $identical unchanged, ~$sum lines different ($diff_file)\n\n\f\n"; #`rm -f $TMP/tlplace.new $TMP/tlplace.old $TMP/tlplace.diff`; } -- cgit v1.2.3