klipper-flash: fix build
Otherwise the build fails with: > SC2068 (error): Double quote array expansions to avoid re-splitting elements.
This commit is contained in:
parent
0974f0729a
commit
b767b630b6
@ -38,7 +38,7 @@ writeShellApplication {
|
|||||||
if matchBoard != null && matchPlatform != null then
|
if matchBoard != null && matchPlatform != null then
|
||||||
''
|
''
|
||||||
pushd ${klipper-firmware}
|
pushd ${klipper-firmware}
|
||||||
${klipper}/lib/scripts/flash_usb.py -t ${matchBoard} -d ${flashDevice} ${klipper-firmware}/klipper.bin $@
|
${klipper}/lib/scripts/flash_usb.py -t ${matchBoard} -d ${flashDevice} ${klipper-firmware}/klipper.bin "$@"
|
||||||
popd
|
popd
|
||||||
''
|
''
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user