
16 May
2010
16 May
'10
3:30 p.m.
On Sun, May 16, 2010 at 08:17:26PM +0200, Matthias Kilian wrote:
- ++ quote path ++ concatMap (\arg -> ' ':quote arg) args ] + ++ unwords (map quote $ path : args) ++ " \"$@\""]
This looks liks it ought to be " ${1+\"$@\"}" rather than " \"$@\"", to correctly handle the case where there are no additional parameters. Thanks Ian