We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9825070 commit 34f470aCopy full SHA for 34f470a
src/tests/installation/installation-scripts.sh
@@ -83,7 +83,7 @@ set -o errtrace
83
84
if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
85
# shellcheck disable=SC2154
86
- if [[ -v __usage ]]; then
+ if [[ "${__usage+x}" ]]; then
87
__b3bp_tmp_source_idx=1
88
fi
89
0 commit comments