From 38523944776890c57ce1daae345b3a20e90bc3cf Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 4 Nov 2001 01:13:02 +0000 Subject: [PATCH] Removed EX_SH from extraction command (no wildcard expansion). --- src/sbbs3/tmp_xfer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/tmp_xfer.cpp b/src/sbbs3/tmp_xfer.cpp index a7e09a67ba..987ee34672 100644 --- a/src/sbbs3/tmp_xfer.cpp +++ b/src/sbbs3/tmp_xfer.cpp @@ -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); -- GitLab