comments and whitespace

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

@ -27,8 +27,6 @@ _identify_os() {
} }
_read_conf_files() { _read_conf_files() {
for conf_file in \ for conf_file in \
"${HOME}/.kaleidoscope-builder.conf" \ "${HOME}/.kaleidoscope-builder.conf" \
@ -105,9 +103,6 @@ _arduino_props() {
_set_executable_paths() { _set_executable_paths() {
######
###### Executable paths
######
if [ "${ARCH}" = "virtual" ]; then if [ "${ARCH}" = "virtual" ]; then
if [ "${uname_S}" = "FreeBSD" ]; then if [ "${uname_S}" = "FreeBSD" ]; then

Loading…
Cancel
Save