Blame SOURCES/0001-adjust-shebang-lines.patch

c6e2f1
From f9e3ba681b672313c75fd53cec094e5c092fc775 Mon Sep 17 00:00:00 2001
c6e2f1
From: Honggang Li <honli@redhat.com>
c6e2f1
Date: Tue, 17 Nov 2020 15:18:20 +0800
c6e2f1
Subject: [PATCH] adjust shebang lines
c6e2f1
c6e2f1
Signed-off-by: Honggang Li <honli@redhat.com>
c6e2f1
---
c6e2f1
 fabtests/scripts/parseyaml.py          | 2 +-
c6e2f1
 fabtests/scripts/rft_yaml_to_junit_xml | 2 +-
c6e2f1
 fabtests/scripts/runfabtests.sh        | 2 +-
c6e2f1
 fabtests/scripts/toCSV.py              | 2 +-
c6e2f1
 4 files changed, 4 insertions(+), 4 deletions(-)
c6e2f1
c6e2f1
diff --git a/fabtests/scripts/parseyaml.py b/fabtests/scripts/parseyaml.py
c6e2f1
index 757434a0be17..e501c676cbdf 100755
c6e2f1
--- a/fabtests/scripts/parseyaml.py
c6e2f1
+++ b/fabtests/scripts/parseyaml.py
c6e2f1
@@ -1,4 +1,4 @@
c6e2f1
-#!/usr/bin/env python
c6e2f1
+#!/usr/bin/python
c6e2f1
 
c6e2f1
 import sys
c6e2f1
 import pprint
6a112c
diff --git a/fabtests/scripts/rft_yaml_to_junit_xml b/fabtests/scripts/rft_yaml_to_junit_xml
c6e2f1
index feb646366a49..2d3b3a30c48c 100755
6a112c
--- a/fabtests/scripts/rft_yaml_to_junit_xml
6a112c
+++ b/fabtests/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
 #
6a112c
diff --git a/fabtests/scripts/runfabtests.sh b/fabtests/scripts/runfabtests.sh
c6e2f1
index 6f74d53ab926..74743d4e8975 100755
6a112c
--- a/fabtests/scripts/runfabtests.sh
6a112c
+++ b/fabtests/scripts/runfabtests.sh
ea0cff
@@ -1,4 +1,4 @@
ea0cff
-#!/usr/bin/env bash
c6e2f1
+#!/usr/bin/bash
ea0cff
 
ea0cff
 #
6a112c
 # Copyright (c) 2017-2019, Intel Corporation.  All rights reserved.
c6e2f1
-- 
c6e2f1
2.25.4
c6e2f1