Fix to avoid warnings about a "broken pipe".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user