[MLton] Oops?

Wesley W. Terpstra wesley@terpstra.ca
Sun, 17 Jul 2005 23:01:48 +0200


--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

I didn't see it. :-)

-- 
Wesley W. Terpstra <wesley@terpstra.ca>

--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="oops.patch"

Index: mlton-script
===================================================================
RCS file: /cvsroot/mlton/mlton/bin/mlton-script,v
retrieving revision 1.11
diff -u -r1.11 mlton-script
--- mlton-script	1 Jun 2005 20:42:14 -0000	1.11
+++ mlton-script	17 Jul 2005 20:58:34 -0000
@@ -59,7 +59,7 @@
 # that the linker can find libgmp.
 
 if [ -d '/sw/lib' ]; then
-	darwinLinkOpts = '-L/sw/lib'
+	darwinLinkOpts='-L/sw/lib'
 fi
 
 doit "$lib" \

--lrZ03NoBR/3+SXJZ--