[MLton-commit] r7415
Wesley Terpstra
wesley at mlton.org
Sat Feb 13 04:47:42 PST 2010
copy-paste error.
----------------------------------------------------------------------
U mlton/trunk/package/debian/heap-size
----------------------------------------------------------------------
Modified: mlton/trunk/package/debian/heap-size
===================================================================
--- mlton/trunk/package/debian/heap-size 2010-02-13 12:43:08 UTC (rev 7414)
+++ mlton/trunk/package/debian/heap-size 2010-02-13 12:47:42 UTC (rev 7415)
@@ -55,7 +55,7 @@
if dpkg-architecture -esparc; then result="fixed-heap 1.5g"; fi
# Warn by default
-if test -z "$result"; echo "Warning: Unknown architecture." >&2; fi
+if test -z "$result"; then echo "Warning: Unknown architecture." >&2; fi
# Allow buildd admin to override heap-size with environment variable
if test -n "$DEB_BUILD_HEAP"; then result="$DEB_BUILD_HEAP"; fi
More information about the MLton-commit
mailing list