Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Revert "Fix Guile wrapper for lilypond-invoke-editor"
Browse files Browse the repository at this point in the history
This reverts commit f687c4c to prepare
for LilyPond 2.22.2.
  • Loading branch information
hahnjo authored and PhilHolmes committed Feb 20, 2022
1 parent 319b672 commit bc304f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcefiles/lilypond-sharhead.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ for interp in python3 guile; do
cat <<EOF > "$wrapscript.$interp"
#!/bin/sh
export PYTHONPATH="${prefix}/usr/lib/lilypond/current/python:${prefix}/usr/share/lilypond/current/python:${dollar}PYTHONPATH"
export GUILE_LOAD_PATH="${prefix}/usr/share/lilypond/current/scm"
export GUILE_LOAD_PATH="${prefix}/usr/share/lilypond/current"
export LD_LIBRARY_PATH="${prefix}/usr/lib:${dollar}LD_LIBRARY_PATH"
me=${backquote}basename ${dollar}0${backquote}
exec "${prefix}/usr/bin/$interp" "${prefix}/usr/bin/${dollar}me" $expandargs
Expand Down

0 comments on commit bc304f2

Please sign in to comment.