1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-11-23 11:39:42 +01:00

fetch-macos.py: Fix shebang line.

The proper form for a generic Python shebang line is:

    #!/usr/bin/env python

This locates 'python' in the current PATH.

TESTED:
Now runs the expected Python.
This commit is contained in:
Fred Wright 2020-12-02 18:02:25 -08:00
parent 527588d5a2
commit 9886dd8c42

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
"""fetch-macos.py: Fetches macOS products from Apple's SoftwareUpdate service.""" """fetch-macos.py: Fetches macOS products from Apple's SoftwareUpdate service."""