replaced some gnu RE's with the much faster jakarta ORO
[mir.git] / source / mir / util / ShellRoutines.java
index f92cefc..4dbd67a 100644 (file)
@@ -78,7 +78,7 @@ public class ShellRoutines {
       throw new IOException("command exit satus:" + exitStatus);
     }
     byte[] result = FileRoutines.readFileIntoByteArray
-        (commandOutput.getAbsolutePath());
+        (commandOutput.getAbsoluteFile());
     commandOutput.delete();
     return result;
   }