mirror of
https://github.com/git/git.git
synced 2024-11-06 01:03:02 +01:00
git-checkout-script: Remove unnecessary variable.
There was unused variable $i that counted the number of arguments being processed. Remove it. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
06ec2b4bb4
commit
79882c2883
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ while [ "$#" != "0" ]; do
|
|||
fi
|
||||
;;
|
||||
esac
|
||||
i=$(($i+1))
|
||||
done
|
||||
[ -z "$new" ] && new=$old
|
||||
|
||||
|
|
Loading…
Reference in a new issue