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 7c20a40 commit 246a605Copy full SHA for 246a605
spec/fixtures/workspaces/bash-3-syntax/src/test_command.sh
@@ -1,4 +1,4 @@
1
# this syntax (`[[ -v`) cannot be parsed by bash 3
2
if [[ -v missingno ]]; then
3
- echo the variable was not defined
+ echo the variable was not defined
4
fi
0 commit comments