Avoid quoting environment variable values.
commit83e164cb9accc0e88819f44c07737a72db199fe8
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 13 Sep 2010 09:37:59 +0000 (13 10:37 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 13 Sep 2010 09:37:59 +0000 (13 10:37 +0100)
tree6f4edf9fd151262e19c8df86fd970ba83c1c1eda
parentdaafc61b0c84c8451130f9bb5aea8ed91e3300d1
Avoid quoting environment variable values.

The HOME environment variable needs to be unquoted as when it is used
the quotes are added by the caller (eg: "%HOME%\NUL") and this can expand
to double quoted mayhem (eg: ""c:\documents and settings\user"\NUL") which
causes trouble in later scripts.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-cmd.bat