summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2018-08-01 10:19:44 +0100
committerLuke Bratch <luke@bratch.co.uk>2018-08-01 10:19:44 +0100
commit939cfcded2e644ed41eaf3a7f22406385da51cf3 (patch)
treef7cb0c5a392447dce9b7e503cd77eb4644d9ccf8
parent78e6468ebdff41e34e5637bb0f23b0e0abe11ac1 (diff)
Change shebang to use python2 specifically
-rwxr-xr-xperc2
1 files changed, 1 insertions, 1 deletions
diff --git a/perc b/perc
index f5283c0..4055f25 100755
--- a/perc
+++ b/perc
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!/usr/bin/env python2
# McAuthor: CarpNet (thanks to a paradigm shifting idea by Bikeman) (some changes by wjoe)