fedora/RHEL: use env from /usr/bin
/usr/bin/env is the new canonical location of "env", use it. Change-Id: Ifc5fbd942d409b1f54057579c5f57ccac63d4b72
This commit is contained in:
parent
016fc76d84
commit
2def5b7727
@ -1,4 +1,4 @@
|
|||||||
#!/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Copyright 2012 Hewlett-Packard Development Company, L.P.
|
# Copyright 2012 Hewlett-Packard Development Company, L.P.
|
||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
|
Loading…
Reference in New Issue
Block a user