updated git_remotes_set_https_creds_helpers.sh
0cc29f8a
Hari Sekhon
committed
1 changed file
git_remotes_set_https_creds_helpers.sh
/git/git_remotes_set_https_creds_helpers.sh-1+1
/git/git_remotes_set_https_creds_helpers.sh
Add comment 39
Add comment 40 set -euo pipefail
Add comment 41 [ -n "${DEBUG:-}" ] && set -x
Add comment 42 Minus  srcdir="$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")" )" && pwd)"
Add comment 42 Plus  srcdir="$(cd "$(dirname "$(readlink "${BASH_SOURCE[0]}")" )" && pwd)"
Add comment 43
Add comment 44 export COMPOSE_PROJECT_NAME="bash-tools"
Add comment 45