mirror of
https://github.com/linuxboot/heads.git
synced 2025-06-16 22:38:13 +00:00
Remove hard coded paths in shebang lines
Remove hard coded paths from shebangs and other references because they do not play well in nix-land. Either use /usr/bin/env to do runtime PATH based lookup or avoid absolute paths so PATH look up happens instead. Signed-off-by: Thierry Laurion <insurgo@riseup.net> Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
committed by
Thierry Laurion
parent
4f3d210f89
commit
d396236a83
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""ME7 Update binary parser."""
|
||||
|
||||
|
Reference in New Issue
Block a user