Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2019-01-15 12:36:17 +0300
committerGuillaume Chatelet <gchatelet@google.com>2019-01-15 12:36:17 +0300
commita897bf80579abfb65561ee8b00956567b184c291 (patch)
treee597e2e8f12a02f6ea22a14de4cc2a0d7077f4e7 /scripts
parent5177c6974f5b57eb9ee9ac1aef03616226c4ce15 (diff)
Update shebang
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run_integration.sh2
-rwxr-xr-xscripts/test_integration.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run_integration.sh b/scripts/run_integration.sh
index f39ab59..8ae1200 100755
--- a/scripts/run_integration.sh
+++ b/scripts/run_integration.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
readonly SCRIPT_FOLDER=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
readonly PROJECT_FOLDER="${SCRIPT_FOLDER}/.."
diff --git a/scripts/test_integration.sh b/scripts/test_integration.sh
index 91babe8..a167227 100755
--- a/scripts/test_integration.sh
+++ b/scripts/test_integration.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
source "$(dirname -- "$0")"/run_integration.sh