aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libcmd/command.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libcmd/command.cc b/src/libcmd/command.cc
index d8e79953c..2d86dbd61 100644
--- a/src/libcmd/command.cc
+++ b/src/libcmd/command.cc
@@ -110,6 +110,10 @@ ref<EvalState> EvalCommand::getEvalState()
printStaticEnvBindings(expr);
+ std::cout << "expr: " << std::endl;
+ expr.show(std::cout);
+ std::cout << std::endl;
+
// printEnvPosChain(env);
// printEnvBindings(env);
if (expr.staticenv)