Blob Blame History Raw
From f9e3ba681b672313c75fd53cec094e5c092fc775 Mon Sep 17 00:00:00 2001
From: Honggang Li <honli@redhat.com>
Date: Tue, 17 Nov 2020 15:18:20 +0800
Subject: [PATCH] adjust shebang lines

Signed-off-by: Honggang Li <honli@redhat.com>
---
 fabtests/scripts/parseyaml.py          | 2 +-
 fabtests/scripts/rft_yaml_to_junit_xml | 2 +-
 fabtests/scripts/runfabtests.sh        | 2 +-
 fabtests/scripts/toCSV.py              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fabtests/scripts/parseyaml.py b/fabtests/scripts/parseyaml.py
index 757434a0be17..e501c676cbdf 100755
--- a/fabtests/scripts/parseyaml.py
+++ b/fabtests/scripts/parseyaml.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 
 import sys
 import pprint
diff --git a/fabtests/scripts/rft_yaml_to_junit_xml b/fabtests/scripts/rft_yaml_to_junit_xml
index feb646366a49..2d3b3a30c48c 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 6f74d53ab926..74743d4e8975 100755
--- a/fabtests/scripts/runfabtests.sh
+++ b/fabtests/scripts/runfabtests.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/bash
 
 #
 # Copyright (c) 2017-2019, Intel Corporation.  All rights reserved.
-- 
2.25.4