X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=blobdiff_plain;f=source%2Fmir%2Futil%2FShellRoutines.java;h=4dbd67a548ab1b175252ea5ff735dde3f094bfb2;hp=f92cefc5184202415d65b772a7d98f63ef3323b9;hb=4368e83f65cd067f2ac70668e35cd1ab4432c4d6;hpb=88455349028d7ecd46fe04ff8662b584c54c6143 diff --git a/source/mir/util/ShellRoutines.java b/source/mir/util/ShellRoutines.java index f92cefc5..4dbd67a5 100644 --- a/source/mir/util/ShellRoutines.java +++ b/source/mir/util/ShellRoutines.java @@ -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; }