git-sh-setup: fix parseopt `eval` string underquoting
commitcbea86fd149f5d4aabdff06f87bc766d414b160e
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Nov 2007 07:04:38 +0000 (7 23:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Nov 2007 07:10:10 +0000 (7 23:10 -0800)
tree6c7f9d938b1b76aa5789c2b90839461ef62059de
parentdfdd7e6686833ab3c0d9af412809a5455b9573de
git-sh-setup: fix parseopt `eval` string underquoting

The 'automagic parseopt' support corrupted non option parameters
that had IFS characters in them.  The worst case is when it had
a non option parameter like this:

$1=" * some string"

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-sh-setup.sh