mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-20 07:07:51 +00:00
Fix shellcheck linting
This commit is contained in:
parent
8c35bc9e76
commit
d17152253c
@ -31,7 +31,7 @@ set -o pipefail
|
||||
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
__file="${__dir}/$(basename "${BASH_SOURCE[0]}")"
|
||||
__base="$(basename "${__file}" .sh)"
|
||||
__root="$(cd "$(dirname $(dirname "${__dir}"))" && pwd)"
|
||||
__root="$(cd "$(dirname "$(dirname "${__dir}")")" && pwd)"
|
||||
|
||||
pushd "${__root}"
|
||||
# Offer the main template for download as http://bash3boilerplate.sh/main.sh
|
||||
|
Loading…
Reference in New Issue
Block a user