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.
2 parents 0b40fdf + 591fc48 commit 9699a49Copy full SHA for 9699a49
flow/util/generate-vars.sh
@@ -22,7 +22,7 @@ while read -r VAR; do
22
# they are invalid in shell
23
continue
24
fi
25
- name="${VAR%=*}"
+ name="${VAR%%=*}"
26
value="${VAR#*=}"
27
if [[ "${name}" =~ ^[[:digit:]] ]] ; then
28
# skip if the name starts with a number
0 commit comments