зеркало из https://github.com/microsoft/git.git
git-rebase--interactive.sh: comparision with == is bashism
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
e249044c67
Коммит
4c1360f472
|
@ -170,7 +170,7 @@ pick_one_preserving_merges () {
|
||||||
|
|
||||||
if test -f "$DOTEST"/current-commit
|
if test -f "$DOTEST"/current-commit
|
||||||
then
|
then
|
||||||
if [ "$fast_forward" == "t" ]
|
if test "$fast_forward" = t
|
||||||
then
|
then
|
||||||
cat "$DOTEST"/current-commit | while read current_commit
|
cat "$DOTEST"/current-commit | while read current_commit
|
||||||
do
|
do
|
||||||
|
|
Загрузка…
Ссылка в новой задаче