summaryrefslogtreecommitdiff
path: root/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
blob: 2b1ee011f1a8f99306cb0884fbd0a6c50b5537c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/fabtests/scripts/rft_yaml_to_junit_xml b/fabtests/scripts/rft_yaml_to_junit_xml
index feb646366..2d3b3a30c 100755
--- a/fabtests/scripts/rft_yaml_to_junit_xml
+++ b/fabtests/scripts/rft_yaml_to_junit_xml
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/usr/bin/ruby
 
 # Copyright (c) 2015 Cisco Systems, Inc.  All rights reserved.
 #
diff --git a/fabtests/scripts/runfabtests.sh b/fabtests/scripts/runfabtests.sh
index aba23be6f..73f55d07b 100755
--- a/fabtests/scripts/runfabtests.sh
+++ b/fabtests/scripts/runfabtests.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 
 #
 # Copyright (c) 2017-2019, Intel Corporation.  All rights reserved.