File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ fail() {
147
147
148
148
validate_git_repo () {
149
149
# tests that the given relative path exists and is a git repo
150
- git -C ${TARGET_DIR} /${1} status >& /dev/null || fail
150
+ git -C " ${TARGET_DIR} /${1} " status >& /dev/null || fail
151
151
}
152
152
153
153
validate_toolchain_linux () {
@@ -365,13 +365,13 @@ validate_pico_examples() {
365
365
validate_git_repo pico-examples
366
366
367
367
# test that blink is built
368
- test -f ${TARGET_DIR} /pico-examples/build/blink/blink.uf2 || fail
368
+ test -f " ${TARGET_DIR} /pico-examples/build/blink/blink.uf2" || fail
369
369
370
370
# test that hello_serial is built
371
- test -f ${TARGET_DIR} /pico-examples/build/hello_world/serial/hello_serial.uf2 || fail
371
+ test -f " ${TARGET_DIR} /pico-examples/build/hello_world/serial/hello_serial.uf2" || fail
372
372
373
373
# test that hello_usb is built
374
- test -f ${TARGET_DIR} /pico-examples/build/hello_world/usb/hello_usb.uf2 || fail
374
+ test -f " ${TARGET_DIR} /pico-examples/build/hello_world/usb/hello_usb.uf2" || fail
375
375
}
376
376
377
377
validate_pico_playground () {
You can’t perform that action at this time.
0 commit comments