tweak kaleidoscope builder to check "."
This commit is contained in:
parent
a0e03fa82c
commit
043b3f6b85
@ -26,7 +26,8 @@ find_sketch () {
|
||||
|
||||
for path in "hardware/keyboardio/avr/libraries/Kaleidoscope-${LIBRARY}/examples/${SKETCH}" \
|
||||
"examples/${LIBRARY}" \
|
||||
"src"; do
|
||||
"src" \
|
||||
"." ; do
|
||||
if [ -f "${path}/${SKETCH}.ino" ]; then
|
||||
echo "${path}"
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user