]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: shebang for misc/build-deb.py to fail quickly
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 19 Aug 2009 13:56:26 +0000 (06:56 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 19 Aug 2009 13:56:26 +0000 (06:56 -0700)
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.)

misc/build-deb.py

index 491812e05f749003d33770ecd9f2201e3fd4fcf1..4d133b0d59957a921b12f125df1163ea0879f006 100644 (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