From 32410e29a464f7a4c5e0aa27046ee9a725fcb4ec Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sat, 9 May 2026 21:25:55 -0400 Subject: [PATCH] fix(shell): fix build error post-refactor --- internal/shell/expand.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/shell/expand.go b/internal/shell/expand.go index cb35ed2aade3006da80b1eb96e7496df0d37b343..5b31c9009fae156de00819718f2d341fcc9cb880 100644 --- a/internal/shell/expand.go +++ b/internal/shell/expand.go @@ -96,7 +96,7 @@ func ExpandValue(ctx context.Context, value string, env []string) (string, error interp.Interactive(false), interp.Env(expand.ListEnviron(env...)), interp.Dir(s.cwd), - interp.ExecHandlers(s.execHandlers()...), + interp.ExecHandlers(standardHandlers(s.blockFuncs)...), } if strict { // Match the outer NoUnset: an unset $VAR inside