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 d539e51 commit 7f6bedeCopy full SHA for 7f6bede
scripts/documentation/appendEnvironmentVariables.sh
@@ -46,7 +46,7 @@ if [ ! -f "./${markdownFile}" ] ; then
46
fi
47
48
# Regular expression that extracts the environment variable name (1st group), its default value (2nd group) and its description (3rd group)
49
-regular_expression='^[[:space:]]*([A-Za-z_][A-Za-z0-9_]*)=\${[A-Za-z_][A-Za-z0-9_]*:-\"([^\"]*)\"}[[:space:]]*#*[[:space:]]*(.*)'
+regular_expression='^[[:space:]]*([A-Za-z_][A-Za-z0-9_]*)=\$\{[A-Za-z_][A-Za-z0-9_]*:-\"([^\"]*)\"\}[[:space:]]*#*[[:space:]]*(.*)'
50
51
environmentVariables=$(\
52
# Use grep to find lines with the pattern you specified
0 commit comments