From: adam Date: Fri, 14 May 2004 08:13:42 +0000 (-0700) Subject: UNDO: horrendous hack for TeX... Brian, please forgive me X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=82fbccd17568ea1e468ebdcab43319664c15c936 UNDO: horrendous hack for TeX... Brian, please forgive me darcs-hash:20040514081342-5007d-795bb50256f65cda49d5b792e6328849dc35f5a1.gz --- diff --git a/src/org/ibex/nestedvm/UnixRuntime.java b/src/org/ibex/nestedvm/UnixRuntime.java index 4475795..ce47c4d 100644 --- a/src/org/ibex/nestedvm/UnixRuntime.java +++ b/src/org/ibex/nestedvm/UnixRuntime.java @@ -1298,8 +1298,6 @@ public abstract class UnixRuntime extends Runtime implements Cloneable { public FD open(UnixRuntime r, String path, int flags, int mode) throws ErrnoException { - // FIXME: horrendous, ugly hack needed by TeX... sorry Brian... - path = path.trim(); final File f = hostFile(path); return r.hostFSOpen(f,flags,mode,this); }