From 2def5b77271ec27f5ddb6b4f7b70ae88a839edcf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 Jan 2014 12:41:56 +0100 Subject: [PATCH] fedora/RHEL: use env from /usr/bin /usr/bin/env is the new canonical location of "env", use it. Change-Id: Ifc5fbd942d409b1f54057579c5f57ccac63d4b72 --- elements/fedora/bin/map-packages | 2 +- elements/rhel/bin/map-packages | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elements/fedora/bin/map-packages b/elements/fedora/bin/map-packages index 0b4e6e31..6695f7d1 100755 --- a/elements/fedora/bin/map-packages +++ b/elements/fedora/bin/map-packages @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # Copyright 2012 Hewlett-Packard Development Company, L.P. # All Rights Reserved. diff --git a/elements/rhel/bin/map-packages b/elements/rhel/bin/map-packages index d744b071..8c9a6b6c 100755 --- a/elements/rhel/bin/map-packages +++ b/elements/rhel/bin/map-packages @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # # Licensed under the Apache License, Version 2.0 (the "License"); you may