aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-01-24 14:07:40 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-01-24 14:07:40 +0530
commit29ddca4b5507a2c3e39495e1529734a5fbf904bd (patch)
tree82d59287af80f13a9befc664781b62b3deab4b0a /android-lcr
parent27954f3a78fe179821218e456f4f5b68f5202eab (diff)
android-lcr: enable extglob
Change-Id: Id0cb4e38d0b152eadc72416447fc59191375da5c Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/common/builders.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-lcr/common/builders.sh b/android-lcr/common/builders.sh
index eaf331b6d4..b44b3a6031 100755
--- a/android-lcr/common/builders.sh
+++ b/android-lcr/common/builders.sh
@@ -33,6 +33,7 @@ export PATH=${HOME}/bin:${PATH}
# Install helper packages
rm -rf build-tools jenkins-tools build-configs build/out build/android-patchsets
+shopt -s extglob
cd build/; rm -rf !(.repo); cd -
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools