On Fri, Jul 13, 2012 at 06:58:48PM +0200, Alexander Bluhm wrote: > On Fri, Jul 13, 2012 at 03:23:26AM +0200, Jan Klemkow wrote: > > > + char *cmd, *tp, *xargv[] = {argv[0], NULL, NULL}; > Put spaces inside {}: { argv[0], NULL, NULL } > > > It took me a while to figure out what that code does, so I think the > > comments are usefull for everybody who tries to read it. > > > + /* > > + * Copy the hole directory recursivly. > > + */ > > It is spelled "recursively".
and "whole"... -Otto