summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'omshell.c')
-rw-r--r--omshell.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/omshell.c b/omshell.c
index b6aed55b..b1a77aca 100644
--- a/omshell.c
+++ b/omshell.c
@@ -106,10 +106,7 @@ CODESTARTparseSelectorAct
case '^': /* bkalkbrenner 2005-09-20: execute shell command */
dprintf("exec\n");
++p;
- if((iRet = cflineParseFileName(f, p, (uchar*) pData->progName)) == RS_RET_OK)
- if (f->f_type == F_FILE) {
- f->f_type = F_SHELL;
- }
+ iRet = cflineParseFileName(f, p, (uchar*) pData->progName);
break;
default:
iRet = RS_RET_CONFLINE_UNPROCESSED;