Skip to content

Commit

Permalink
rebase: typofix.
Browse files Browse the repository at this point in the history
Noticed by Sean.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Apr 26, 2006
1 parent 7d09fbe commit b176e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-rebase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ onto=$(git-rev-parse --verify "${onto_name}^0") || exit

# Check if we are already based on $onto, but this should be
# done only when upstream and onto are the same.
if test "$upstream" = "onto"
if test "$upstream" = "$onto"
then
mb=$(git-merge-base "$onto" "$branch")
if test "$mb" = "$onto"
Expand Down

0 comments on commit b176e6b

Please sign in to comment.