git-gui cannot find share/git-gui under cygwin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit ea75ee3598ab6f8d0828f introduced logic to guess where share/git-gui/lib is at runtime, and this is broken on Cygwin. The basic problem is that:

/usr/bin = c:\cygwin\bin
/usr/share = c:\cygwin\usr\share

The detection logic correctly finds the wish binary in c:\cygwin\bin, and then assumes that the share directory is c:\cygwin\share rather than c:\cygwin\usr\share. Given this, git-gui does not load as it cannot find its share/git-gui/lib directory

Mark Levedahl
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux