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

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2008-10-22 11:59:30 -07:00
parent e249044c67
commit 4c1360f472
1 changed files with 1 additions and 1 deletions

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