mow-make -- load startup. also, don't hardcode path

This commit is contained in:
Kelvin Sherlock 2016-02-10 23:54:12 -05:00
parent 4131616420
commit 9316311a1d
1 changed files with 6 additions and 2 deletions

View File

@ -349,6 +349,11 @@ int make(int argc, char **argv) {
};
e.startup(true);
read_file(p1, root() + "Startup");
e.startup(false);
return read_make(p1, p2, e, args);
}
@ -424,8 +429,7 @@ int main(int argc, char **argv) {
if (!cflag) fprintf(stdout, "MPW Shell 0.0\n");
e.startup(true);
read_file(p1, "/Users/kelvin/mpw/Startup");
//p2.finish();
read_file(p1, root() + "Startup");
e.startup(false);
if (cflag) {