shithub: mc

Download patch

ref: 7cc7912b2834f9f5dde95412e5302f13fb82042c
parent: 5b3d26f6ff1c59e7e781660b737147ff40352130
author: Ori Bernstein <[email protected]>
date: Fri Sep 29 17:31:34 EDT 2017

Use the right variables to point to the compiler.

--- a/test/runtest.sh
+++ b/test/runtest.sh
@@ -1,10 +1,8 @@
 #!/bin/sh
 #set -x
 export PATH=.:$PATH
-export MC=../6/6m
-export MU=../muse/muse
-export AS=AS
-export LD=ld
+export MYR_MC=../6/6m
+export MYR_MUSE=../muse/muse
 ARGS=$*
 NFAILURES=0
 NPASSES=0