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

6ba3c9
diff --git a/scripts/rft_yaml_to_junit_xml b/scripts/rft_yaml_to_junit_xml
6ba3c9
index feb6463..2d3b3a3 100755
6ba3c9
--- a/scripts/rft_yaml_to_junit_xml
6ba3c9
+++ b/scripts/rft_yaml_to_junit_xml
6ba3c9
@@ -1,4 +1,4 @@
6ba3c9
-#!/usr/bin/env ruby
6ba3c9
+#!/usr/bin/ruby
6ba3c9
 
6ba3c9
 # Copyright (c) 2015 Cisco Systems, Inc.  All rights reserved.
6ba3c9
 #
6ba3c9
diff --git a/scripts/runfabtests.sh b/scripts/runfabtests.sh
6ba3c9
index b57a039..9b3f0e7 100755
6ba3c9
--- a/scripts/runfabtests.sh
6ba3c9
+++ b/scripts/runfabtests.sh
6ba3c9
@@ -1,4 +1,4 @@
6ba3c9
-#!/usr/bin/env bash
6ba3c9
+#!/bin/bash
6ba3c9
 
6ba3c9
 #
6ba3c9
 # Copyright (c) 2017, Intel Corporation.  All rights reserved.