From 5511639938578b5ffb8e4517755b8d9a6ea040a5 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 10 Oct 2014 05:25:48 -0500 Subject: [PATCH] Use more generic shebang --- tools/travis_setup.sh | 2 +- tools/travis_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/travis_setup.sh b/tools/travis_setup.sh index 4678dafa..c71e3d7a 100755 --- a/tools/travis_setup.sh +++ b/tools/travis_setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/usr/bin/env bash set -ex pip install wheel flake8 coveralls nose diff --git a/tools/travis_test.sh b/tools/travis_test.sh index a309a32d..c0cab37a 100755 --- a/tools/travis_test.sh +++ b/tools/travis_test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!#!/usr/bin/env bash set -ex tools/header.py "Run all tests with minimum dependencies"