зеркало из https://github.com/microsoft/git.git
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:
Родитель
06ec2b4bb4
Коммит
79882c2883
|
@ -37,7 +37,6 @@ while [ "$#" != "0" ]; do
|
|||
fi
|
||||
;;
|
||||
esac
|
||||
i=$(($i+1))
|
||||
done
|
||||
[ -z "$new" ] && new=$old
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче