aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2017-06-20 19:30:41 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-20 16:34:04 +0000
commit9f68fd34715bd850a6abc7ed03b02b7e8bec9991 (patch)
tree4b2643f32e419caba3e273ec7f7a71783f18a2c3 /zephyr-upstream
parentb36e705b7bd3688f9c2d088e7e1aebfdfbe77eea (diff)
zephyr-upstream, zephyr-aeolus: Wrap long lines in build script.
Change-Id: I52d3e7cd975445701e91de57f4925d4795cea94e Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Diffstat (limited to 'zephyr-upstream')
-rwxr-xr-xzephyr-upstream/builders.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index 1f9cf6702a..aa545e09e8 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -1,7 +1,8 @@
#!/bin/bash
sudo apt-get -q=2 update
-sudo apt-get -q=2 -y install git g++ libc6-dev-i386 g++-multilib python3-ply python3-yaml gcc-arm-none-eabi python-requests rsync device-tree-compiler
+sudo apt-get -q=2 -y install git g++ libc6-dev-i386 g++-multilib python3-ply \
+ python3-yaml gcc-arm-none-eabi python-requests rsync device-tree-compiler
set -ex