mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
Target both 32-bit & 64-bit MinGW (#17)
This commit is contained in:
parent
89e81a1437
commit
68acec4862
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
# Windows needs more basic format (#8, git-for-windows/git#865)
|
# Windows needs more basic format (#8, git-for-windows/git#865)
|
||||||
case $(uname -s) in
|
case $(uname -s) in
|
||||||
CYGWIN*|MINGW32*|MSYS*)
|
CYGWIN*|MINGW*|MSYS*)
|
||||||
branch='%(refname:short)'
|
branch='%(refname:short)'
|
||||||
spacer=' '
|
spacer=' '
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue