Fix to avoid warnings about a "broken pipe".

This commit is contained in:
Laurent Rineau
2008-09-29 14:16:45 +00:00
parent 59906eeb79
commit bc66de2b4c
@@ -146,7 +146,7 @@ EOF
tmp=`basename $file .C`
tmp=`basename $tmp .cpp`
cat <<EOF
if \${MAKE_CMD} -f Makefile help | grep -q $tmp; then
if \${MAKE_CMD} -f Makefile help | grep "$tmp" > /dev/null; then
compile_and_run $tmp
NEED_CLEAN=y
fi