|
|
@ -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
|
|
|
|