summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'omshell.c')
-rw-r--r--omshell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/omshell.c b/omshell.c
index 8dd4b0c8..0718e66d 100644
--- a/omshell.c
+++ b/omshell.c
@@ -84,7 +84,6 @@ static rsRetVal parseSelectorAct(uchar **pp, selector_t *f)
cflineParseFileName(f, p);
if (f->f_type == F_FILE) {
f->f_type = F_SHELL;
- f->doAction = doActionShell;
}
break;
default: