mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-14 08:49:44 +00:00
setup: shebang for misc/build-deb.py to fail quickly
Without this patch, when I ran "chmod +x ./misc/build-deb.py && ./misc/build-deb.py" then it hung indefinitely. (I wonder what it was doing.)
This commit is contained in:
parent
9f0da4012e
commit
abdf8a6f10
@ -1,4 +1,4 @@
|
|||||||
# invoke this with a specific python
|
#!/bin/false # invoke this with a specific python
|
||||||
|
|
||||||
import sys, shutil, os.path
|
import sys, shutil, os.path
|
||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE
|
||||||
|
Loading…
Reference in New Issue
Block a user