Fix linter

This commit is contained in:
Pascal Vizeli 2020-07-22 17:53:10 +02:00
parent eca61d10a7
commit aa3fc4766d

View File

@ -10,7 +10,7 @@ rm -rf /tmp/buildroot-new
mkdir -p /tmp/buildroot-new
echo "Download new buildroot"
curl -L https://buildroot.org/downloads/buildroot-${1}.tar.bz2 \
curl -L "https://buildroot.org/downloads/buildroot-${1}.tar.bz2" \
| tar xvpjf - --strip 1 -C /tmp/buildroot-new
echo "Install patches"