]> granicus.if.org Git - python/commitdiff
Use python$EXE instead of python, for Darwin. (Patch by Tony
authorGuido van Rossum <guido@python.org>
Mon, 9 Oct 2000 19:34:12 +0000 (19:34 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Oct 2000 19:34:12 +0000 (19:34 +0000)
Lownds. (#101816)

[Note: I'm not sure that this is really the right fix.  Surely Darwin
doesn't require you to say "python.exe" everywhere???  Even Windows
doesn't!  Or am I misunderstanding the point?]

Lib/plat-generic/regen

index 5c502c28e559cddd8ed8489def411aa5050dd5af..f6305e7ee63d30f077449881866f6cda1c215c02 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 set -v
-python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
-python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
-python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
-python ../../Tools/scripts/h2py.py /usr/include/termios.h
+python$EXE ../../Tools/scripts/h2py.py /usr/include/fcntl.h
+python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
+python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
+python$EXE ../../Tools/scripts/h2py.py /usr/include/termios.h