retro-esp32 / RetroESP32

Retro ESP32 is a turbo charged Odroid Go Launcher, Emulator and ROM Manager
Creative Commons Attribution Share Alike 4.0 International
597 stars 92 forks source link

Fix firmware build script #20

Closed mogenson closed 5 years ago

mogenson commented 5 years ago

Fix the conditional after read response in helpers/process and quote shell variables that could contain whitespace in the firmware script.

32teeth commented 5 years ago

Thank you for the quick adjustments @mogenson As per the #!/bin/zsh -> #!/bin/bash That was relatively trivial, and a good suggestion