summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2019-10-15 13:55:41 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2019-10-15 13:58:52 +0530
commit49512b74cba552ef8274de32008027a962daa798 (patch)
tree59334754cb97c713788a6350a5f9a936f426f22d /tcwg_gnu-build.sh
parent53147e318b9d6863f94d2dbd32043314c9b686d2 (diff)
tcwg_gnu-build.sh: no_regression_p: Put space before ']'
Change-Id: Ia5d1a9350cd1a5253ab41945505c3f57f9588f4b
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