Merge branch 'joeyconfig'

This commit is contained in:
Joey Hess 2015-04-22 21:05:28 -04:00
commit bfff20aaee
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ userScriptProperty where a shell command has to be built that can be fed
into sudo.
The current code for this is just all strings and easy to make mistakes in.
It would be good to integrate <http://hackage.haskell.org/shell-monad>
as a way to generate shell code. --[[Joey]]
It would be good to integrate <http://hackage.haskell.org/package/shell-monad>
(or a similar library) as a way to generate shell code. --[[Joey]]