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:
Junio C Hamano 2005-09-02 10:39:57 -07:00
parent 06ec2b4bb4
commit 79882c2883

View file

@ -37,7 +37,6 @@ while [ "$#" != "0" ]; do
fi
;;
esac
i=$(($i+1))
done
[ -z "$new" ] && new=$old