changeset 395:23d1ab8908d9

Accept a value for init modules if given
author Chris Cannam
date Tue, 24 Sep 2013 17:31:14 +0100
parents e6e897c7f604
children 0430226a0ea2 8b2129ea9f1a
files bin/may
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/may	Tue Sep 24 17:30:51 2013 +0100
+++ b/bin/may	Tue Sep 24 17:31:14 2013 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-MAY_INIT_MODULES="may.vector:may.matrix:may.complex:may.plot:may.vamp"
+MAY_INIT_MODULES=${MAY_INIT_MODULES:=may.vector:may.matrix:may.complex:may.plot:may.vamp}
 
 ARCH=unknown