| author | Junio C Hamano <gitster@pobox.com> | |
| Thu, 8 Nov 2007 07:04:38 +0000 (23:04 -0800) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Thu, 8 Nov 2007 07:10:10 +0000 (23:10 -0800) | ||
| commit | cbea86fd149f5d4aabdff06f87bc766d414b160e | |
| tree | 6c7f9d938b1b76aa5789c2b90839461ef62059de | tree | snapshot |
| parent | dfdd7e6686833ab3c0d9af412809a5455b9573de | commit | diff |
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>
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 | diff | blob | history |