mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-06-18 14:18:06 +00:00
Fix shellcheck linting
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user