git-bisect.sh: properly dq $GIT_DIR
commit12cb8137332e21957195c3af2923c03a8aad5b5a
authorJunio C Hamano <junkio@cox.net>
Fri, 23 Mar 2007 20:24:22 +0000 (23 13:24 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Mar 2007 20:29:55 +0000 (23 13:29 -0700)
tree4a4adb4e7b30df7ba0390a2431c0d806a913b96a
parent673e58389fd8531ee1ac191350c2c10b1656486e
git-bisect.sh: properly dq $GIT_DIR

Otherwise you would be in trouble if your GIT_DIR has IFS letters in it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh