summaryrefslogtreecommitdiff
path: root/tools/ci
diff options
context:
space:
mode:
authorThibault Payet <monwarez@gmail.com>2017-07-17 18:47:04 -0400
committergumi <mekolat@users.noreply.github.com>2017-07-17 18:47:04 -0400
commit8aa4dcf1d68ed38e251329a471f97697eba56eba (patch)
tree04ef7c1f0d7fd9115af27fd5edb8e360321c7fdf /tools/ci
parentb56dfa3aaf2c6734857f40a8b71f27f22e901c37 (diff)
downloadhercules-8aa4dcf1d68ed38e251329a471f97697eba56eba.tar.gz
hercules-8aa4dcf1d68ed38e251329a471f97697eba56eba.tar.bz2
hercules-8aa4dcf1d68ed38e251329a471f97697eba56eba.tar.xz
hercules-8aa4dcf1d68ed38e251329a471f97697eba56eba.zip
use /usr/bin/env bash in tools
Diffstat (limited to 'tools/ci')
-rwxr-xr-xtools/ci/retry.sh2
-rwxr-xr-xtools/ci/travis.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/retry.sh b/tools/ci/retry.sh
index 6e79af1d5..688f02d9a 100755
--- a/tools/ci/retry.sh
+++ b/tools/ci/retry.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# This file is part of Hercules.
# http://herc.ws - http://github.com/HerculesWS/Hercules
diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh
index 9a6322df6..4ba7e94b5 100755
--- a/tools/ci/travis.sh
+++ b/tools/ci/travis.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# This file is part of Hercules.
# http://herc.ws - http://github.com/HerculesWS/Hercules