Fix linter

This commit is contained in:
Pascal Vizeli 2020-07-22 17:53:10 +02:00 committed by GitHub
parent f70067c570
commit 4a3837374f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"