about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-08-22 11:05:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-08-22 11:05:51 -0700
commit1f18a4fd0a44f1e2f7a4b9d6ef0f8e5832c0c069 (patch)
treee1c930117ecc28549e7b9097214d07f6aa140e0e
parent2b15484f33c76451fae70b54e64c5bfb7468bf99 (diff)
downloadmu-1f18a4fd0a44f1e2f7a4b9d6ef0f8e5832c0c069.tar.gz
71
-rw-r--r--mu.arc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index a0cfcb76..f9af4697 100644
--- a/mu.arc
+++ b/mu.arc
@@ -294,6 +294,7 @@
                   (set done))))))
     (- close pc 1)))
 
+(reset)
 (awhen cdr.argv
   (map add-fns:readfile it)
   (run function*!main)