summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-llvm-build.sh2
-rwxr-xr-xtcwg-llvm-testsuite.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-llvm-build.sh b/tcwg-llvm-build.sh
index 420d271e..31fb4205 100755
--- a/tcwg-llvm-build.sh
+++ b/tcwg-llvm-build.sh
@@ -202,7 +202,7 @@ LOGEXT="txt"
git clone --depth 1 http://llvm.org/git/clang.git \
--reference "$REFDIR/clang" \
"$SRCDIR/tools/clang" |& tee -a "$LOGBASE-clone.$LOGEXT"
-) 9>$REFDIR.lock
+} 9>$REFDIR.lock
update_git() {
base=$1
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)