From 88c634edbd32cd49ed9455fcd043d6a0717ffbde Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Tue, 22 Oct 2024 17:16:25 -0700 Subject: [PATCH] Try a different command --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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