Blame SOURCES/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch

ea0cff
From c97eca499945232f0e6d40b254e64b168261931e Mon Sep 17 00:00:00 2001
ea0cff
From: Michal Schmidt <mschmidt@redhat.com>
ea0cff
Date: Tue, 19 Apr 2016 13:29:43 +0200
ea0cff
Subject: [PATCH] adjust shebang lines in rft_yaml_to_junit_xml and
ea0cff
 runfabtests.sh
ea0cff
ea0cff
Do not use /usr/bin/env. Call the appropriate binary directly.
ea0cff
This way rpmbuild will record the right dependencies.
ea0cff
---
ea0cff
 scripts/rft_yaml_to_junit_xml | 2 +-
ea0cff
 scripts/runfabtests.sh        | 2 +-
ea0cff
 2 files changed, 2 insertions(+), 2 deletions(-)
ea0cff
ea0cff
diff --git a/scripts/rft_yaml_to_junit_xml b/scripts/rft_yaml_to_junit_xml
ea0cff
index feb6463..2d3b3a3 100755
ea0cff
--- a/scripts/rft_yaml_to_junit_xml
ea0cff
+++ b/scripts/rft_yaml_to_junit_xml
ea0cff
@@ -1,4 +1,4 @@
ea0cff
-#!/usr/bin/env ruby
ea0cff
+#!/usr/bin/ruby
ea0cff
 
ea0cff
 # Copyright (c) 2015 Cisco Systems, Inc.  All rights reserved.
ea0cff
 #
ea0cff
diff --git a/scripts/runfabtests.sh b/scripts/runfabtests.sh
ea0cff
index decb11a..8cc02f5 100755
ea0cff
--- a/scripts/runfabtests.sh
ea0cff
+++ b/scripts/runfabtests.sh
ea0cff
@@ -1,4 +1,4 @@
ea0cff
-#!/usr/bin/env bash
ea0cff
+#!/bin/bash
ea0cff
 
ea0cff
 #
ea0cff
 # Copyright (c) 2017, Intel Corporation.  All rights reserved.
ea0cff
-- 
ea0cff
2.17.0
ea0cff