Revision bfe392e3674770e8a0312d4945b0a5f2c9007eab authored by Tim Henigan on 14 March 2012, 16:38:06 UTC, committed by Junio C Hamano on 14 March 2012, 22:22:38 UTC
Prior to this commit, the cleanup trap that removes the tmp dir
created by the script would fail on Windows. The error was silently
ignored by the script.

On Windows, a directory cannot be removed while it is the working
directory of the process (thanks to Johannes Sixt on the Git list
for this info [1]).

This commit eliminates the 'cd' into the tmp directory that caused
the error.

[1]: http://article.gmane.org/gmane.comp.version-control.git/193086

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9754908
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 9.9 KB
TEAMS -rw-r--r-- 535 bytes
git.pot -rw-r--r-- 65.2 KB
is.po -rw-r--r-- 3.1 KB
zh_CN.po -rw-r--r-- 93.1 KB

README

back to top