diff options
Diffstat (limited to 'muse')
-rw-r--r-- | muse/muse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/muse.c b/muse/muse.c index b586641..77fdb99 100644 --- a/muse/muse.c +++ b/muse/muse.c @@ -89,7 +89,6 @@ int main(int argc, char **argv) int opt; int i; - lappend(&incpaths, &nincpaths, Instroot "/lib/myr"); while ((opt = getopt(argc, argv, "d::hmo:I:")) != -1) { switch (opt) { case 'h': @@ -117,6 +116,7 @@ int main(int argc, char **argv) } } + lappend(&incpaths, &nincpaths, Instroot "/lib/myr"); if (merge) { if (!outfile) { fprintf(stderr, "Output file needed when merging usefiles."); |