projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0251814
)
Escape "$#".
author
Nick Lewycky
<nicholas@mxc.ca>
Thu, 5 Jun 2008 12:54:44 +0000
(12:54 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Thu, 5 Jun 2008 12:54:44 +0000
(12:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51998
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NewNightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NewNightlyTest.pl
b/utils/NewNightlyTest.pl
index 0dbacda4a7d6cdab0ca2a36c3f780fab1d45ca90..447165fd613d735cfd92deea23395173e90c67b9 100755
(executable)
--- a/
utils/NewNightlyTest.pl
+++ b/
utils/NewNightlyTest.pl
@@
-558,7
+558,7
@@
my $NumFilesInCVS = 0;
my $NumDirsInCVS = 0;
if ($USESVN) {
$NumFilesInCVS = `egrep '^A' $COLog | wc -l` + 0;
- $NumDirsInCVS = `sed -e 's#/[^/]*$##' $COLog | sort | uniq | wc -l` + 0;
+ $NumDirsInCVS = `sed -e 's#/[^/]*
\
$##' $COLog | sort | uniq | wc -l` + 0;
} else {
$NumFilesInCVS = `egrep '^U' $COLog | wc -l` + 0;
$NumDirsInCVS = `egrep '^cvs (checkout|server|update):' $COLog | wc -l` + 0;