summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-12-09 01:26:54 (EST)
committer P. J. McDermott <pjm@nac.net>2011-12-09 01:26:54 (EST)
commit139d6c04c49449cf3ca1102b2e5095070940defb (patch)
tree923d46c51e0e8760e4a37a4a2a15bd4e9394b75b
parent3bae0de0e4d7a3c9134df8d10fb1013fa2c267d1 (diff)
downloadtestbuild-139d6c04c49449cf3ca1102b2e5095070940defb.zip
testbuild-139d6c04c49449cf3ca1102b2e5095070940defb.tar.gz
testbuild-139d6c04c49449cf3ca1102b2e5095070940defb.tar.bz2
Fix a syntax error that caused false reports.HEADmaster
-rwxr-xr-xtestbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/testbuild b/testbuild
index 972f117..4f3bab1 100755
--- a/testbuild
+++ b/testbuild
@@ -63,7 +63,7 @@ errors=false
output="${output}
\$ make clean"
output="${output}
-`make clean > /dev/null } 2>&1`"
+`make clean 2>&1`"
[ $? -gt 1 ] && errors=true
output="${output}