fix syntax error

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent e28428e2ae
commit dd55bbe950
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -22,7 +22,7 @@ set -e
_read_conf_files() { _read_conf_files() {
for conf_file in \ for conf_file in \
"$(pwd)/.kaleidoscope-builder.conf" \ "$(pwd)/.kaleidoscope-builder.conf"; do \
if [ -e "${conf_file}" ]; then if [ -e "${conf_file}" ]; then
# shellcheck disable=SC1090 # shellcheck disable=SC1090
. "${conf_file}" . "${conf_file}"

Loading…
Cancel
Save