summaryrefslogtreecommitdiff
path: root/Lib/plat-generic
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-10-09 19:34:12 +0000
committerGuido van Rossum <guido@python.org>2000-10-09 19:34:12 +0000
commit95d53d2bf534d0b244be694f4fefa6e5812f28e3 (patch)
tree8e1483e954439b35d0965b70dc8296765cd9bdb2 /Lib/plat-generic
parentfdddb31f59a6405269711c5ec6123a8698dd10d7 (diff)
downloadcpython-git-95d53d2bf534d0b244be694f4fefa6e5812f28e3.tar.gz
Use python$EXE instead of python, for Darwin. (Patch by Tony
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?]
Diffstat (limited to 'Lib/plat-generic')
-rwxr-xr-xLib/plat-generic/regen8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/plat-generic/regen b/Lib/plat-generic/regen
index 5c502c28e5..f6305e7ee6 100755
--- a/Lib/plat-generic/regen
+++ b/Lib/plat-generic/regen
@@ -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