mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 23:22:31 +02:00
Update shebang
This commit is contained in:
parent
5177c6974f
commit
a897bf8057
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
readonly SCRIPT_FOLDER=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
readonly SCRIPT_FOLDER=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
||||||
readonly PROJECT_FOLDER="${SCRIPT_FOLDER}/.."
|
readonly PROJECT_FOLDER="${SCRIPT_FOLDER}/.."
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source "$(dirname -- "$0")"/run_integration.sh
|
source "$(dirname -- "$0")"/run_integration.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user