rebase: update comment about FreeBSD /bin/sh
authorEd Maste <emaste@freebsd.org>
Fri, 17 Jun 2016 15:33:29 +0000 (11:33 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2016 18:04:38 +0000 (11:04 -0700)
commit9b35cadc2c7660745264041317f5982e1dde3f88
treeeb053bb1813ae762896d8585b626568201c415ef
parent765428699a5381f113d19974720bc91b5bfeaf1d
rebase: update comment about FreeBSD /bin/sh

Commit 9f50d32 introduced a fix for FreeBSD /bin/sh misbehaviour
when dot-sourcing a file containing "return" statements outside of
any function, from a function in another shell script. That issue
affects FreeBSD 9.x, and is not present in the /bin/sh in FreeBSD
10.3 and later. Update the comment to clarify this.

The example from 9f50d32's commit message produces the expected output
on FreeBSD 10.3 and -CURRENT (the upcoming 11.0):

% sh script1.sh
only this line should show
%

Signed-off-by: Ed Maste <emaste@freebsd.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--am.sh
git-rebase--interactive.sh
git-rebase--merge.sh