/usr/bin/python3 instead of env
This commit is contained in:
parent
ef3c7a911d
commit
9fe09f2f95
2 changed files with 2 additions and 2 deletions
2
blend
2
blend
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/python3
|
||||
# Copyright (C) 2023 Rudra Saraswat
|
||||
#
|
||||
# This file is part of blend.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/python3
|
||||
# Copyright (C) 2023 Rudra Saraswat
|
||||
#
|
||||
# This file is part of blend.
|
||||
|
|
Loading…
Reference in a new issue