diff options
-rwxr-xr-x | tools/ci/retry.sh | 2 | ||||
-rwxr-xr-x | tools/ci/travis.sh | 2 | ||||
-rwxr-xr-x | tools/mobdbconvall.sh | 2 | ||||
-rwxr-xr-x | tools/stackdump | 2 |
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) |