Merge pull request #1073 from tpope/master

Use POSIX compatible shell read
pull/1078/head
Gergely Nagy 3 years ago committed by GitHub
commit acb1f077e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -214,7 +214,7 @@ flash: ensure-device-port-defined
$(info ) $(info )
$(info When you're ready to proceed, press 'Enter'.) $(info When you're ready to proceed, press 'Enter'.)
$(info ) $(info )
@$(shell read) @$(shell read _)
$(QUIET) $(ARDUINO_CLI) upload --fqbn $(FQBN) \ $(QUIET) $(ARDUINO_CLI) upload --fqbn $(FQBN) \
--input-dir "${OUTPUT_PATH}" \ --input-dir "${OUTPUT_PATH}" \
--port $(KALEIDOSCOPE_DEVICE_PORT) $(ARDUINO_VERBOSE) --port $(KALEIDOSCOPE_DEVICE_PORT) $(ARDUINO_VERBOSE)

Loading…
Cancel
Save