diff --git a/development/scons/scons_utils.py b/development/scons/scons_utils.py index bd2c7b079a..b04e219f21 100644 --- a/development/scons/scons_utils.py +++ b/development/scons/scons_utils.py @@ -703,7 +703,7 @@ def installCygwinPostinstallScript(path): ''' Install lyx.sh ''' postinstall_script = os.path.join(path, 'lyx.sh') script = open(postinstall_script, 'w') - script.write('''#!/bin/sh + script.write(r'''#!/bin/sh # Add /usr/share/lyx/fonts to /etc/fonts/local.conf # if it is not already there.