diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/tools/scripts/webrev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/tools/scripts/webrev.sh b/usr/src/tools/scripts/webrev.sh index 42e66b5aba..756dea33af 100644 --- a/usr/src/tools/scripts/webrev.sh +++ b/usr/src/tools/scripts/webrev.sh @@ -1802,7 +1802,7 @@ function git_wxfile $PERL -e 'my %files; while (<>) { - chop; + chomp; my ($c, $m) = split / /, $_, 2; open(F, "git show --name-only --pretty=format:'' $c |"); $_ = <F>; # First line is trash |