OSDN Git Service

Use Python as SHELL in Makefile.
authorsforman <sforman@hushmail.com>
Thu, 27 Jul 2023 17:32:45 +0000 (10:32 -0700)
committersforman <sforman@hushmail.com>
Thu, 27 Jul 2023 17:32:45 +0000 (10:32 -0700)
commit23504f6ede5fc76980af7cd65c422dc82462c256
tree70702ba3780291679208390a56c55ff574d34d37
parentf60c138a2c025198e472273a322f55e1f0daa14a
Use Python as SHELL in Makefile.

It's a simple task, but I'm not up on my CLI tools, so I went with
Python instead of sh.  The split command doesn't have '-p' switch on
Ubuntu.  (I'm using Ubuntu on this laptop because it can correctly
configure the WiFi and the laptop has no ethernet port.)
implementations/Python/Makefile
implementations/Python/joy.py [changed mode: 0755->0644]