summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py')
-rwxr-xr-xMaster/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py b/Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py
index 5e988065d62..8e5d00b90fd 100755
--- a/Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py
+++ b/Master/texmf-dist/scripts/lilyglyphs/lilyglyphs_common.py
@@ -305,6 +305,8 @@ def read_input_file(in_file):
"""Reads the input source file and stores it
in the global variable definitions_file"""
global definitions_file
+
+ in_file = os.path.normpath(in_file)
print 'Read input file ' + in_file