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
Branches
Tags
No related merge requests found
...@@ -892,7 +892,7 @@ function get_nodenum(str) ...@@ -892,7 +892,7 @@ function get_nodenum(str)
function get_cmdline(str) function get_cmdline(str)
{ {
return get_arg(str, "Command-line"); return bbs.cmdstr(get_arg(str, "Command-line"));
} }
function get_filename(str) function get_filename(str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment