Blob Blame History Raw
From b2cdffb85b72fc83f2d2fd3c75c670b8e12fe262 Mon Sep 17 00:00:00 2001
From: Lars Kellogg-Stedman <lars@redhat.com>
Date: Mon, 4 Jan 2016 20:55:44 -0500
Subject: [PATCH] correct rpmlint errors

Change-Id: I1f08753887583a90e26435b5ad0d8f86d2b30992
---
 shade/cmd/inventory.py                         | 1 -
 shade/task_manager.py                          | 2 --
 shade/tests/ansible/hooks/post_test_hook.sh    | 1 +
 shade/tests/functional/hooks/post_test_hook.sh | 1 +
 4 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/shade/cmd/inventory.py b/shade/cmd/inventory.py
index 4f9538f..47d3897 100755
--- a/shade/cmd/inventory.py
+++ b/shade/cmd/inventory.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright (c) 2015 Hewlett-Packard Development Company, L.P.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/shade/task_manager.py b/shade/task_manager.py
index 8de4b3a..4bcc85d 100644
--- a/shade/task_manager.py
+++ b/shade/task_manager.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Copyright (C) 2011-2013 OpenStack Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/shade/tests/ansible/hooks/post_test_hook.sh b/shade/tests/ansible/hooks/post_test_hook.sh
index d79a942..bf4444e 100755
--- a/shade/tests/ansible/hooks/post_test_hook.sh
+++ b/shade/tests/ansible/hooks/post_test_hook.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 # -*- coding: utf-8 -*-
 
 # Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/shade/tests/functional/hooks/post_test_hook.sh b/shade/tests/functional/hooks/post_test_hook.sh
index 35c1c06..ad82300 100755
--- a/shade/tests/functional/hooks/post_test_hook.sh
+++ b/shade/tests/functional/hooks/post_test_hook.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 # -*- coding: utf-8 -*-
 
 # Licensed under the Apache License, Version 2.0 (the "License"); you may
-- 
2.5.0