diff --git a/build.sh b/build.sh index 837b2412..e7d8b1fd 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -temp_env=$(env) +temp_env=$(declare -p -x) if [ -f .env ]; then source .env