]> git.ipfire.org Git - thirdparty/git.git/commit
t3404: fix quoting of redirect for some versions of bash
authorCharles Bailey <cbailey32@bloomberg.net>
Wed, 2 Dec 2015 20:50:07 +0000 (20:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2015 22:05:18 +0000 (14:05 -0800)
commit7966230b7d5baaa7f889446bc2173f899c4d65e0
treee3b32ea020d7a2df84b535aa835c47f456d00754
parent1db168ee971a6a61ce72480e1db9ddfd3629bfcf
t3404: fix quoting of redirect for some versions of bash

As CodingGuidelines says, some versions of bash errors out when
$variable substitution is used as the target for redirection without
being quoted (even though POSIX may not require such a quote).

Signed-off-by: Charles Bailey <cbailey32@bloomberg.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh