Update 00-global_var.sh

This commit is contained in:
Alexandre
2023-11-24 15:23:31 +01:00
committed by GitHub
parent 61907fdf52
commit 3a5d468948

View File

@@ -41,9 +41,6 @@ for KEYS in "${arr[@]}"; do
######################################
# Export the variable to run scripts #
######################################
KEYS="${line%%=*}"
VALUE="${line#*=}"
line="${KEYS}='${VALUE}'"
export "$line"
# export to python
if command -v "python3" &>/dev/null; then