From abdf8a6f10fa8dda9f2af47b97fd0fe5cf630454 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 19 Aug 2009 06:56:26 -0700
Subject: [PATCH] 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.)

---
 misc/build-deb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.45.2