hack/populate_secrets: give up on posix compliance
This commit is contained in:
parent
58dd878674
commit
06fed43cf0
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ while read -r manifest_line; do
|
|||
manifest_key="$(echo "$manifest_line" | cut -d'=' -f1)"
|
||||
manifest_value="$(echo "$manifest_line" | cut -d'=' -f2)"
|
||||
printf "\t%s\n" "${manifest_key}"
|
||||
eval "manifest_key_val=\"\${$manifest_key}\""
|
||||
manifest_key_val="${!manifest_key}"
|
||||
cp "${manifest_key_val}" "${manifest_value}"
|
||||
done < "$SECRETS_MANIFEST"
|
||||
|
|
Loading…
Reference in a new issue