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

Removed EX_SH from extraction command (no wildcard expansion).

parent a01c2055
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ void sbbs_t::extract(uint dirnum)
if(!checkfname(str))
break;
if((i=external(cmdstr(excmd,path,str,NULL)
,EX_INR|EX_OUTL|EX_OUTR|EX_SH))!=0) {
,EX_INR|EX_OUTL|EX_OUTR))!=0) {
errormsg(WHERE,ERR_EXEC,cmdstr(excmd,path,str,NULL),i);
return; }
sprintf(tmp,"Extracted %s from %s",str,path);
......
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