Alexandre
2025-07-03 15:34:48 +02:00
committed by GitHub
parent 8c418abeb2
commit d4cb7dabd5

View File

@@ -182,7 +182,7 @@ while IFS= read -r line; do
VALUE="${line#*=}" VALUE="${line#*=}"
if [[ "$VALUE" == \"*\"*\" ]]; then if [[ "$VALUE" == \"*\"*\" ]]; then
VALUE="${VALUE:1:-1}" VALUE="${VALUE:1:-1}"
VALUE="'$VALUE'" VALUE="\"$VALUE\""
fi fi
export "${KEYS}=${VALUE}" export "${KEYS}=${VALUE}"
# export to python # export to python