summaryrefslogtreecommitdiff
path: root/tcwg-llvm-testsuite.sh
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-04-20 16:25:37 +0100
committerRenato Golin <renato.golin@linaro.org>2017-04-20 16:26:11 +0100
commitdf26fbb131c99cc3f1489942929119d559082044 (patch)
tree3dac2eb28317de9bed6cdc3fec4deb83771ea855 /tcwg-llvm-testsuite.sh
parent93a52455f67482f97c0af642d9018c0ecc3c41ff (diff)
tcwg-llvm-*: Fix bash typo
Change-Id: I3687c55f3719e26dfce1f7113be3c35f93a6ff65
Diffstat (limited to 'tcwg-llvm-testsuite.sh')
-rwxr-xr-xtcwg-llvm-testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-testsuite.sh b/tcwg-llvm-testsuite.sh
index 717acb4e..20b3c845 100755
--- a/tcwg-llvm-testsuite.sh
+++ b/tcwg-llvm-testsuite.sh
@@ -95,7 +95,7 @@ LOGEXT="txt"
git clone --depth 1 http://llvm.org/git/lnt.git \
--reference "$REFDIR/lnt" \
"$WORKSPACE/lnt" |& tee -a "$LOGBASE-clone.$LOGEXT"
-) 9>$REFDIR.lock
+} 9>$REFDIR.lock
# Prepare
python=$(which python2)