Commit Graph

2 Commits

Author SHA1 Message Date
Kartik K. Agaram ba838feae9 4211
Just ran into first issue from using the portable /bin/sh rather than a
modern shell:
  https://stackoverflow.com/questions/15744421/read-command-doesnt-wait-for-input

Turn on errexit everywhere.
2018-02-20 01:38:15 -08:00
Kartik K. Agaram 2c53c3d0a9 3789
I accidentally got rid of git snapshotting of lessons back when I switched
to testable file primitives last December (commit 3705).

>:-(

Bringing it back now, hopefully better. The improvement is that there's
now at most one commit every time we hit F4.

This change adds yet another reason that running `mu` from a different
directory is just not supported.
2017-03-12 00:34:02 -08:00