Skip to content
Snippets Groups Projects
Commit 745771e7 authored by rswindell's avatar rswindell
Browse files

Needs sh for wildcard expansion.

parent aa05af90
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,6 @@ void sbbs_t::viewfilecontents(file_t* f)
bprintf(text[NonviewableFile],tmp+9);
else
if((i=external(cmdstr(cmd,str,str,NULL)
,EX_OUTL|EX_OUTR|EX_INR|EX_SH))!=0)
,EX_OUTL|EX_OUTR|EX_INR))!=0)
errormsg(WHERE,ERR_EXEC,cmdstr(cmd,str,str,NULL),i);
}
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