darcs patch: fix L.WorkspaceDir special char handling: remove "echo...
I'm not sure why this was introduced in the first place. 'changeDir' works fine for me now. It was introduced here: Mon Jun 11 17:40:41 CEST 2007 David Roundy <droundy@darcs.net> * add WorkspaceDir, which sets the current directory in a workspace. 1 patch for repository http://code.haskell.org/XMonadContrib: Mon Feb 27 13:20:04 CET 2012 Steffen Schuldenzucker <sschuldenzucker@uni-bonn.de> * fix L.WorkspaceDir special char handling: remove "echo -n" processing
On Mon, Feb 27, 2012 at 7:28 AM, Steffen Schuldenzucker <sschuldenzucker@uni-bonn.de> wrote:
I'm not sure why this was introduced in the first place. 'changeDir' works fine for me now.
Looking at setCurrentDirectory's Haddocks, I don't see any warning about needing to escape directory names or anything - it's an ordinary FilePath-consuming IO function. I'm going to apply it now if it compiles successfully etc. -- gwern http://www.gwern.net
This 1-patch bundle was just applied to http://code.haskell.org/XMonadContrib: 20120227122004 Steffen Schuldenzucker <sschuldenzucker@uni-bonn.de> * fix L.WorkspaceDir special char handling: remove "echo -n" processing -- This message was brought to you by DarcsWatch http://darcswatch.nomeata.de/repo_http:__code.haskell.org_XMonadContrib.html...
participants (3)
-
darcswatch@nomeata.de -
Gwern Branwen -
Steffen Schuldenzucker