in reply to "sketch" directory not being added with 'make manifest'

Just guessing:
.o$
doesn't contain ^, so `arduino.ino` matches it (dot is not backslashed), so the directory is empty, and empty directories are skipped (just the last part involves guessing).

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: "sketch" directory not being added with 'make manifest'
by stevieb (Canon) on Jul 25, 2017 at 23:07 UTC

    For the love of ...

    Thanks choroba, I figured it was something silly like this. That cleared it up :)

    I went ahead and corrected the rest as well. They didn't cause difficulty, but the non-escape I clearly overlooked throughout the whole file.