mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
11 lines
204 B
Diff
11 lines
204 B
Diff
diff --git a/bin/pygrun b/bin/pygrun
|
|
index 96f1b40..dd01add 100755
|
|
--- a/bin/pygrun
|
|
+++ b/bin/pygrun
|
|
@@ -1,4 +1,4 @@
|
|
-#!python
|
|
+#!/usr/bin/env python3
|
|
__author__ = 'jszheng'
|
|
import optparse
|
|
import sys
|