Files
wren/util
Lukas Joeressen b6774eb447 fix: update shebang from python to python3 in generate_amalgamation.py
Changed the interpreter directive in util/generate_amalgamation.py from
#!/usr/bin/env python to #!/usr/bin/env python3 to ensure the script
runs with Python 3 explicitly rather than the system default Python.
2018-05-16 21:10:44 +00:00
..