Having the "s around the string to be echoed trips up Windows, which doesn't parse them away and echoes them verbatim into the Rakefile. But it turns out they were never actually needed in the first place, so just removing them will fix that!
A stopgap before working on #63, which will remove the need to have a Rakefile in the first place.
Having the
"
s around the string to be echoed trips up Windows, which doesn't parse them away and echoes them verbatim into theRakefile
. But it turns out they were never actually needed in the first place, so just removing them will fix that!A stopgap before working on #63, which will remove the need to have a
Rakefile
in the first place.