1
0

tweak kaleidoscope builder to check "."

This commit is contained in:
Jesse Vincent 2017-02-19 17:07:15 -08:00
parent a0e03fa82c
commit 043b3f6b85

View File

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