[MLton-commit] r4673
   
    Stephen Weeks
     
    MLton@mlton.org
       
    Tue, 4 Jul 2006 13:25:17 -0700
    
    
  
Undid accidental commit.
----------------------------------------------------------------------
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-07-04 20:12:21 UTC (rev 4672)
+++ mlton/branches/on-20050822-x86_64-branch/bin/regression	2006-07-04 20:25:17 UTC (rev 4673)
@@ -115,7 +115,7 @@
 ;;
 esac
 
-for f in real.sml; do
+for f in *.sml; do
         f=`basename "$f" .sml`
         if [ "$skipTo" != "" ]; then
                 if [ "$skipTo" != "$f" ]; then