Merge pull request #26 from 0x0dea/interpolate-system-commands

interpolate system commands
This commit is contained in:
Justin J. Meza 2015-08-30 15:34:34 -07:00
commit f78f669a1d
1 changed files with 1 additions and 1 deletions

View File

@ -1920,7 +1920,7 @@ ValueObject *interpretSystemCommandExprNode(ExprNode *node,
val = interpretExprNode(expr->cmd, scope);
if (!val) return NULL;
cmd = getString(val);
cmd = getString(castStringExplicit(val, scope));
/* Open the command for reading */