summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-07-25 16:04:32 +0200
committerGitHub <noreply@github.com>2017-07-25 16:04:32 +0200
commit45d2d465591d89d927aadf398cdb6166afe9cd9a (patch)
tree04ef7c1f0d7fd9115af27fd5edb8e360321c7fdf
parentb56dfa3aaf2c6734857f40a8b71f27f22e901c37 (diff)
parent8aa4dcf1d68ed38e251329a471f97697eba56eba (diff)
downloadhercules-45d2d465591d89d927aadf398cdb6166afe9cd9a.tar.gz
hercules-45d2d465591d89d927aadf398cdb6166afe9cd9a.tar.bz2
hercules-45d2d465591d89d927aadf398cdb6166afe9cd9a.tar.xz
hercules-45d2d465591d89d927aadf398cdb6166afe9cd9a.zip
Merge pull request #1809 from mekolat/env-bash
use /usr/bin/env bash in tools
-rwxr-xr-xtools/ci/retry.sh2
-rwxr-xr-xtools/ci/travis.sh2
-rwxr-xr-xtools/mobdbconvall.sh2
-rwxr-xr-xtools/stackdump2
4 files changed, 4 insertions, 4 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
diff --git a/tools/mobdbconvall.sh b/tools/mobdbconvall.sh
index a6f421329..45eb8c38f 100755
--- a/tools/mobdbconvall.sh
+++ b/tools/mobdbconvall.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/stackdump b/tools/stackdump
index 25b1fa46a..47cb172ed 100755
--- a/tools/stackdump
+++ b/tools/stackdump
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
case "$1" in
map|char|login)