fix(shell): fix build error post-refactor

Christian Rocha created

Change summary

internal/shell/expand.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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