git-rebase--interactive.sh: comparision with == is bashism

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2008-10-22 11:59:30 -07:00
parent e249044c67
commit 4c1360f472

View file

@ -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