Fix used python for aursearch to use /usr/bin/env
This commit is contained in:
parent
bb7c1311c9
commit
0f23180b34
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys, json, urllib.parse, http.client, getopt
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue