projects
/
docbook-dsssl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a9c218
)
Use "possible build problems" instead of "possible build errors",
author
Michael Smith
<xmldoc@users.sourceforge.net>
Wed, 29 Aug 2007 11:50:27 +0000
(11:50 +0000)
committer
Michael Smith
<xmldoc@users.sourceforge.net>
Wed, 29 Aug 2007 11:50:27 +0000
(11:50 +0000)
to prevent build-check from catching its output...
buildtools/build-check
patch
|
blob
|
history
diff --git
a/buildtools/build-check
b/buildtools/build-check
index dcbb6e660bea1df670cae2a3d293860ee45a0cfc..c7741940c1a1a3f24da718dccaec695577f05640 100755
(executable)
--- a/
buildtools/build-check
+++ b/
buildtools/build-check
@@
-15,7
+15,7
@@
then
exit 0
else
echo
- echo "Possible build
error
s found:"
+ echo "Possible build
problem
s found:"
echo
$grep -i "$errorRegexp" $LOGFILENAME
echo