diff options
author | Kuba Tyszko <kuba@lbl.pl> | 2021-07-06 07:56:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 07:56:13 -0700 |
commit | acf7de7a52c16dd994305ce289e60e4894ff04d0 (patch) | |
tree | c501475a4d37f066b51e6028e8c2152e21cc24ad /util/travis_test.sh | |
parent | 9ce680801574706a846de9aafe33cffbf5231509 (diff) |
/bin/bash to /usr/bin/env bash (#13422)
Diffstat (limited to 'util/travis_test.sh')
-rw-r--r-- | util/travis_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/travis_test.sh b/util/travis_test.sh index be0cfce001..9156147ca6 100644 --- a/util/travis_test.sh +++ b/util/travis_test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash source util/travis_utils.sh |