]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-rebase--interactive.sh
Merge branch 'em/newer-freebsd-shells-are-fine-with-returns'
[thirdparty/git.git] / git-rebase--interactive.sh
index 6e96abcc3c6b942eed3e8c522f089d823b02a1fa..05f22e43ccfe485b2a676f96ddec1a99f7a84612 100644 (file)
@@ -1038,8 +1038,8 @@ check_todo_list () {
 # below were not inside any function, and expected to return
 # to the function that dot-sourced us.
 #
-# However, FreeBSD /bin/sh misbehaves on such a construct and
-# continues to run the statements that follow such a "return".
+# However, older (9.x) versions of FreeBSD /bin/sh misbehave on such a
+# construct and continue to run the statements that follow such a "return".
 # As a work-around, we introduce an extra layer of a function
 # here, and immediately call it after defining it.
 git_rebase__interactive () {