Hi Gary.  Just a quick nit (I haven't looked at the whole
series, and not even at the whole patch in fact; sorry).

On Monday 21 November 2011, Gary V wrote:
>     for file
>      do
> -      test -f $file || touch $file
> +      test -f "$file" || touch $file
>  
What's the point of quoting file after `test -f' it it remains
unquoted after `touch'?

Regards,
  Stefano

Reply via email to