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

456006
diff --git a/fabtests/scripts/rft_yaml_to_junit_xml b/fabtests/scripts/rft_yaml_to_junit_xml
456006
index feb646366..2d3b3a30c 100755
456006
--- a/fabtests/scripts/rft_yaml_to_junit_xml
456006
+++ b/fabtests/scripts/rft_yaml_to_junit_xml
456006
@@ -1,4 +1,4 @@
456006
-#!/usr/bin/env ruby
456006
+#!/usr/bin/ruby
456006
 
456006
 # Copyright (c) 2015 Cisco Systems, Inc.  All rights reserved.
456006
 #
456006
diff --git a/fabtests/scripts/runfabtests.sh b/fabtests/scripts/runfabtests.sh
456006
index aba23be6f..73f55d07b 100755
456006
--- a/fabtests/scripts/runfabtests.sh
456006
+++ b/fabtests/scripts/runfabtests.sh
456006
@@ -1,4 +1,4 @@
456006
-#!/usr/bin/env bash
456006
+#!/bin/bash
456006
 
456006
 #
456006
 # Copyright (c) 2017-2019, Intel Corporation.  All rights reserved.