Add support to start 'Git Bash' with UNC paths
commitfa362dc39aff10fdfbe82436ea000f3803fb8f8a
authorKirill <kirillathome@gmail.com>
Fri, 6 May 2011 02:12:59 +0000 (5 22:12 -0400)
committerKirill <kirillathome@gmail.com>
Mon, 23 May 2011 14:31:39 +0000 (23 10:31 -0400)
treed0630221b0ba001810ce24995c1577b782b40b43
parent56af5c1b90d062c7f480aea3c77bde425d60a777
Add support to start 'Git Bash' with UNC paths

The problem existed because cmd.exe, launched by start, can't have UNC path
as the working dir. The solution is to change the working dir while in
bash. The drawback is there are two instances of sh for each invokation of
'Git Bash'.

Signed-off-by: Kirill <kirillathome@gmail.com>
explorer/menu.c