From b9f154bf383f3feaa0d4d117bd1d499b65a4e0a8 Mon Sep 17 00:00:00 2001
From: Matthew Fisher <me@bacongobbler.com>
Date: Tue, 27 Aug 2013 16:49:55 -0700
Subject: [PATCH] update shebang to use python2 for bpwatch

---
 vendor/bpwatch/bpwatch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendor/bpwatch/bpwatch b/vendor/bpwatch/bpwatch
index 209ad845..bbd71274 100755
--- a/vendor/bpwatch/bpwatch
+++ b/vendor/bpwatch/bpwatch
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/env python2
 
 
 import os
-- 
GitLab