diff --git a/common/scripts/fast-format.sh b/common/scripts/fast-format.sh index 1de57197e0..bac5179c27 100755 --- a/common/scripts/fast-format.sh +++ b/common/scripts/fast-format.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash echo $@ BASE_BRANCH=${1:-develop} while [[ "$#" -gt 0 ]]; do diff --git a/common/scripts/mongo_dump.sh b/common/scripts/mongo_dump.sh index 2846c89f18..759f60972f 100755 --- a/common/scripts/mongo_dump.sh +++ b/common/scripts/mongo_dump.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash MONGO_URL="mongodb://127.0.0.1:27017" DAYS=365 dump='dump' diff --git a/common/scripts/outdated.sh b/common/scripts/outdated.sh index 66e5f520bb..e0d22bb269 100755 --- a/common/scripts/outdated.sh +++ b/common/scripts/outdated.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Get the absolute path for the base directory BASE_DIR=$(pwd)