diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-06-25 15:52:41 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-06-25 15:52:41 -0700 |
commit | 2bb2b35d3e99d90fdcb026c886c2fc20d805ef7f (patch) | |
tree | 7e8141266bd877a30418f23b2d1a35a563830a01 /mkfile | |
parent | c4f1f75587d497b948c1b3f01705711264454928 (diff) | |
download | mc-2bb2b35d3e99d90fdcb026c886c2fc20d805ef7f.tar.gz |
Fix last broken test.
rc uses ' instead of ".
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ uninstall:V: $SUB config.h check:V: all cd test mk check + mbld test config.h: echo '#define Instroot "/amd64"' > config.h |