scripts : use /usr/bin/env
in shebang (#3313)
This commit is contained in:
parent
bc9d3e3971
commit
bedb92b603
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue