[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] bug in bootstrap
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-tar] bug in bootstrap |
Date: |
Fri, 04 Nov 2005 09:22:33 EET |
Eric Blake <address@hidden> wrote:
> Also, in the eval that parses .bootstrap, "set --" is nonportable
> (use "set dummy; shift" instead), and the eval is not robust to
> characters special to the shell in $* (for example, you
> have broken ./bootstrap --gnulib-srcdir='dir with space').
Not quite so. This form works, provided that it is properly quoted
(--gnulib-srcdir="dir with space")
Regards,
Sergey