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:
Dirk Mueller 2014-01-20 12:41:56 +01:00
parent 016fc76d84
commit 2def5b7727
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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