[MLton-commit] r4669
Stephen Weeks
MLton@mlton.org
Sun, 25 Jun 2006 19:01:43 -0700
Typo.
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/bin/regression
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/bin/regression
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/bin/regression 2006-06-26 00:32:57 UTC (rev 4668)
+++ mlton/branches/on-20050822-x86_64-branch/bin/regression 2006-06-26 02:01:43 UTC (rev 4669)
@@ -115,7 +115,7 @@
;;
esac
-for f in finalize.2.sml; do
+for f in *.sml; do
f=`basename "$f" .sml`
if [ "$skipTo" != "" ]; then
if [ "$skipTo" != "$f" ]; then