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

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