[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch to quote files in source archive setup
From: |
Paul Eggert |
Subject: |
Re: patch to quote files in source archive setup |
Date: |
Sat, 27 Jan 2024 16:29:21 -0800 |
User-agent: |
Mozilla Thunderbird |
On 2024-01-27 13:06, Bruno Haible wrote:
${source_extra-"$source_extra"}
does word-splitting and globbing expansion of "$source_extra"
Sorry, that was a thinko. I installed the attached to fix that.
On 2024-01-27 15:36, Patrice Dumas wrote:
In my testings, I get an error.
This should be fixed by the attached patch.
Also the && at the end of the line seems strange to me. Isn't there a \
missing to protect the end of line?
It's OK. The shell treats '&&' like many other symbols, including '&',
'|', '||', ';', and ';;'. Newlines are allowed after these symbols. You
can also use backslash-newline (just as you can use backslash-newline in
lots of other places) but it's not necessary.
0001-Fix-typo-in-previous-patch.patch
Description: Text Data