From 2354ea060d439d41cded8fb55f8604c5410aab1e Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 11 May 2024 21:34:58 -0400 Subject: [PATCH] fix --- gha-generate-shell-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gha-generate-shell-env.sh b/gha-generate-shell-env.sh index dff20a2ddc..5bc881f280 100755 --- a/gha-generate-shell-env.sh +++ b/gha-generate-shell-env.sh @@ -74,7 +74,7 @@ function jq() { "`which jq`" $( ) ; } function envsubst() { "`which envsubst`" "\$@" ; } -function fsvr_step() {( set -Euo pipefail; $fsvr_dir/util/build.sh "\$@" ; )} +function fsvr_step() {( set -Euo pipefail; \$fsvr_dir/util/build.sh "\$@" ; )} declare -xf _err tee parallel ht-ln hostname colout jq envsubst fsvr_step # set -Eo pipefail