1215 """\n""" |
1215 """\n""" |
1216 """{0}""" |
1216 """{0}""" |
1217 """{1}""" |
1217 """{1}""" |
1218 """exec "{2}" "-m" "eric7" "$@"\n""".format( |
1218 """exec "{2}" "-m" "eric7" "$@"\n""".format( |
1219 pathLine, dyldLine, starter |
1219 pathLine, dyldLine, starter |
1220 ## """exec "{2}" "{3}/{4}.py" "$@"\n""".format( |
|
1221 ## pathLine, dyldLine, starter, pydir, "eric7" |
|
1222 ) |
1220 ) |
1223 ) |
1221 ) |
1224 copyToFile(wname, wrapper) |
1222 copyToFile(wname, wrapper) |
1225 os.chmod(wname, 0o755) # secok |
1223 os.chmod(wname, 0o755) # secok |
1226 |
1224 |