From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 19 Aug 2009 13:56:26 +0000 (-0700)
Subject: setup: shebang for misc/build-deb.py to fail quickly
X-Git-Tag: trac-4100~40
X-Git-Url: https://git.rkrishnan.org/pf/content/en/footer/class-simplejson.JSONDecoder.html?a=commitdiff_plain;h=abdf8a6f10fa8dda9f2af47b97fd0fe5cf630454;p=tahoe-lafs%2Ftahoe-lafs.git

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.)
---

diff --git a/misc/build-deb.py b/misc/build-deb.py
index 491812e0..4d133b0d 100644
--- a/misc/build-deb.py
+++ b/misc/build-deb.py
@@ -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