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 c8471e1 commit 12d49feCopy full SHA for 12d49fe
script.sh
@@ -63,7 +63,7 @@ function main() {
63
64
script_init
65
parse_params "$@"
66
- if [[ -z $no_colour ]]; then
+ if [[ -z ${no_colour-} ]]; then
67
colour_init
68
fi
69
}
template.sh
@@ -298,7 +298,7 @@ function main() {
298
299
300
301
302
303
304
0 commit comments