summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-05 02:45:06 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-08 21:35:14 -0500
commit16390e6c4daa178a3ff624804aed0230f0b2fe92 (patch)
tree8afc6290f7eba29c381eeee17cfcc36bda6406d8
parent234514156eb47c74a3c62f1e4d7649a485781579 (diff)
bin/build: specify python2
-rwxr-xr-xbin/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build b/bin/build
index 54a4b62..3b95e94 100755
--- a/bin/build
+++ b/bin/build
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
import os
import sys