mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-03 22:01:18 -05:00
git-rebase--interactive.sh: comparision with == is bashism
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@@ -170,7 +170,7 @@ pick_one_preserving_merges () {
|
||||
|
||||
if test -f "$DOTEST"/current-commit
|
||||
then
|
||||
if [ "$fast_forward" == "t" ]
|
||||
if test "$fast_forward" = t
|
||||
then
|
||||
cat "$DOTEST"/current-commit | while read current_commit
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user