Index: /trunk/cleanup.php
===================================================================
--- /trunk/cleanup.php	(revision 15)
+++ /trunk/cleanup.php	(revision 16)
@@ -200,7 +200,7 @@
    foreach ( $ofiles as $ofile )
    {
-      if ( preg_match( "/^" . $gfacID . ".*stderr$/", $ofile ) )
+      if ( preg_match( "/.*stderr$/", $ofile ) )
          $fn_stderr  = $ofile;
-      if ( preg_match( "/^" . $gfacID . ".*stdout$/", $ofile ) )
+      if ( preg_match( "/.*stdout$/", $ofile ) )
          $fn_stdout  = $ofile;
 //write_log( "$me:    ofile=$ofile" );
