Skip to content
Snippets Groups Projects
Commit 0cdae92f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Expand command-line specifiers (e.g. %a) in command-lines passed to ;EXEC

... and friends

For Gamgee
parent 22a1b5f6
No related branches found
No related tags found
No related merge requests found
......@@ -892,7 +892,7 @@ function get_nodenum(str)
function get_cmdline(str)
{
return get_arg(str, "Command-line");
return bbs.cmdstr(get_arg(str, "Command-line"));
}
function get_filename(str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment