Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-16

Re: syntax error in git-rebase while running t34* tests

From: Junio C Hamano <hidden>
Date: 2016-06-16 02:19:17

Armin Kunaschik [off-list ref] writes:
I fail to see why eval is really necessary here.
It is necessary to work correctly with any strategy option with $IFS
in it, I would think.  The calling script "git-rebase" accumulates
--strategy-option values after passing each of them through
"rev-parse --sq-quote" for that reason.

which means that eval'ed string here:
My quick and dirty hotfix is to place a
test -n "$strategy_opts" &&
in front of the eval.
The tests run fine after this change.

What do you think?
I do not see why "test -n &&" is necessary here, and would be very
hesitant to accept a change that nobody understands why it works.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help