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:
Zooko O'Whielacronx 2009-08-19 06:56:26 -07:00
parent 9f0da4012e
commit abdf8a6f10

View File

@ -1,4 +1,4 @@
# invoke this with a specific python
#!/bin/false # invoke this with a specific python
import sys, shutil, os.path
from subprocess import Popen, PIPE