9 Dec 21:00
Re: filepath
Ian Lynagh <igloo <at> earth.li>
2007-12-09 20:00:20 GMT
2007-12-09 20:00:20 GMT
On Sun, Dec 09, 2007 at 11:47:43AM -0800, Bryan O'Sullivan wrote:
>
> As you can now imagine, this has no relation to how a Haskell program
> should be manipulating paths.
It also affects rawSystem:
$ ghc -e 'System.Cmd.rawSystem "s" []'
ExitFailure 127
$ ghc -e 'System.Cmd.rawSystem "./s" []'
hi
ExitSuccess
but I'm not convinced that isn't a bug too.
Thanks
Ian
RSS Feed