Thread (1 message) 1 message, 1 author, 2016-12-13

Re: [PATCH 2/2] tmp-objdir: quote paths we add to alternates

From: Junio C Hamano <hidden>
Date: 2016-12-13 20:12:11

Jeff King [off-list ref] writes:
On Tue, Dec 13, 2016 at 10:10:04AM -0800, Junio C Hamano wrote:
quoted
quoted
-	git clone --bare . xxx:yyy.git &&
+	git clone --bare . xxx${path_sep}yyy.git &&
Don't you want to dq the whole thing to prevent the shell from
splitting this into two commands at ';'?  The other one below is OK.
After expansion, I don't think the shell will do any further processing
except for whitespace splitting. E.g.:
Ah, my mistake.  Staring at too many `eval`s does it to me.

Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help