Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"
commit8cd65967fe0084574fcee278a5f9ff3d14047c4f
authorKyle J. McKay <mackyle@gmail.com>
Fri, 11 Apr 2014 08:28:18 +0000 (11 01:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Apr 2014 17:15:27 +0000 (17 10:15 -0700)
tree3170b1da1567bfdeda34f3e6cacffe8e220716e9
parent9f50d32b9c20cc94b9882484ca9704af332a5622
Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"

This reverts commit 99855ddf4bd319cd06a0524e755ab1c1b7d39f3b.

The workaround 99855ddf introduced to deal with problematic
"return" statements in scripts run by "dot" commands located
inside functions only handles one part of the problem.  The
issue has now been addressed by not using "return" statements
in this way in the git-rebase--*.sh scripts.

This workaround is therefore no longer necessary, so clean
up the code by reverting it.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Acked-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh