aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 2c1cd34..7b4baa7 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -5043,9 +5043,9 @@ nochange:
get_archive_cmd(cmd, tmp);
- (r == 'y' || r == 'Y') ? archive_selection(cmd, tmp, path)
- : spawn(cmd, tmp, dents[cur].name,
- path, F_NORMAL | F_MULTI);
+ (r == 's') ? archive_selection(cmd, tmp, path)
+ : spawn(cmd, tmp, dents[cur].name,
+ path, F_NORMAL | F_MULTI);
break;
}
case SEL_OPENWITH: