From: Junio C Hamano Date: Wed, 22 Oct 2008 18:59:30 +0000 (-0700) Subject: git-rebase--interactive.sh: comparision with == is bashism X-Git-Tag: v1.6.1-rc1~95^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4c1360f472ca5706a3dd1eed0b88603cb05d0827;p=git.git git-rebase--interactive.sh: comparision with == is bashism Signed-off-by: Junio C Hamano --- diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index a563dea9b..0cae3be6f 100755 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -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