aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.c')
-rw-r--r--pseudo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pseudo.c b/pseudo.c
index efee436..62f28f3 100644
--- a/pseudo.c
+++ b/pseudo.c
@@ -1021,7 +1021,8 @@ pseudo_op(pseudo_msg_t *msg, const char *program, const char *tag) {
if (msg->op != OP_MAY_UNLINK &&
msg->op != OP_DID_UNLINK &&
msg->op != OP_CANCEL_UNLINK &&
- msg->op != OP_UNLINK) {
+ msg->op != OP_UNLINK &&
+ msg->op != OP_EXEC ) {
cache_msg = *msg;
if (path_by_ino) {