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>maint
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