summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 18bc5c94..7247d9ba 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -100,7 +100,7 @@ no_regression_p ()
gcc/contrib/compare_tests $sumfiles_base $sumfiles_new &
res=0 && wait $! || res=$?
- if [ $res -ne 0]; then
+ if [ $res -ne 0 ]; then
return 1
fi