]> git.donarmstrong.com Git - lilypond.git/commit
#4746: Fix is-absolute? on Windows
authorUrs Liska <ul@openlilylib.org>
Tue, 19 Jan 2016 09:40:13 +0000 (10:40 +0100)
committerUrs Liska <ul@openlilylib.org>
Sun, 24 Jan 2016 20:24:09 +0000 (21:24 +0100)
commit60e2159ae8e7c6c6da0f2ecccc0cd05d3eaf7b55
tree7054958bc978b6e8a946d2ba77457329e93dd99a
parente426ea7b5af83739ab2f3a255e8cbac55b16e6ec
#4746: Fix is-absolute? on Windows

is-absolute? only looked for "?:/" and not for "?:\" to determine
the drive letter on Windows. Therefore
#(display (is-absolute? (ly-getcwd))) erroneously returned #f on Windows.
scm/lily.scm