Skip to content

Commit

Permalink
#141 Resolve LilyPond symlink in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
thSoft committed Feb 23, 2018
1 parent d68e2a4 commit 1d93ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
@@ -1,2 +1,2 @@
cd org.elysium.parent
mvn integration-test -Dlilypond.path=$(which lilypond)
mvn integration-test -Dlilypond.path=$(readlink -f "$(which lilypond)")

0 comments on commit 1d93ec0

Please sign in to comment.