]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4374 / 1: Fix platform identification
authorMasamichi Hosoda <trueroad@trueroad.jp>
Sat, 9 May 2015 08:20:19 +0000 (17:20 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Sat, 16 May 2015 11:56:31 +0000 (20:56 +0900)
commite2eb72d3d2070a3888df1f7e7907798833965baa
tree541546e7cfe0a2bb38905268d1159087167b8cae
parent778c2d11b2c5fe2ec8ef3f531e92b331214de4e9
Issue 4374 / 1: Fix platform identification

On Cygwin environment,
Guile's uname returns the strings of "CYGWIN_NT-6.3" etc.
It contains unnecessary strings for the platform identification,
such as Windows version.

Therefore, to remove them to return the only "cygwin".
scm/lily.scm
scm/ps-to-png.scm