]> git.ipfire.org Git - thirdparty/git.git/commit
t3404: remove unnecessary subshell
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Tue, 15 Oct 2019 10:25:27 +0000 (10:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Oct 2019 01:30:51 +0000 (10:30 +0900)
commit88a92b6c7372756c862e409a74a22e1ec660b76a
tree5ee24c4c39be124e7d13941452a0a64670149bcd
parentb0a3186140dbc7bd64cbc6ef733386a0f1eb6a4d
t3404: remove unnecessary subshell

Neither of the commands executed in the subshell change any shell
variables or the current directory so there is no need for them to be
executed in a subshell.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh