From df26fbb131c99cc3f1489942929119d559082044 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Thu, 20 Apr 2017 16:25:37 +0100 Subject: tcwg-llvm-*: Fix bash typo Change-Id: I3687c55f3719e26dfce1f7113be3c35f93a6ff65 --- tcwg-llvm-build.sh | 2 +- tcwg-llvm-testsuite.sh | 2 +- 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) -- cgit v1.2.3