summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'omshell.c')
-rw-r--r--omshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omshell.c b/omshell.c
index af4e28c6..8fcd14b7 100644
--- a/omshell.c
+++ b/omshell.c
@@ -103,7 +103,7 @@ CODESTARTparseSelectorAct
case '^': /* bkalkbrenner 2005-09-20: execute shell command */
dprintf("exec\n");
++p;
- if((iRet = cflineParseFileName(f, p)) == RS_RET_OK)
+ if((iRet = cflineParseFileName(f, p, (uchar*) f->f_un.f_file.f_fname)) == RS_RET_OK)
if (f->f_type == F_FILE) {
f->f_type = F_SHELL;
}