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
@ -37,7 +37,6 @@ while [ "$#" != "0" ]; do
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
i=$(($i+1))
|
||||
done
|
||||
[ -z "$new" ] && new=$old
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user