From 9723bc0669d71886481fda467618de60cb492c67 Mon Sep 17 00:00:00 2001 From: rupa Date: Fri, 6 Mar 2020 01:01:19 -0500 Subject: [PATCH] welp --- z.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/z.sh b/z.sh index e83c4af..e7120eb 100644 --- a/z.sh +++ b/z.sh @@ -199,10 +199,10 @@ _z() { # prefer case sensitive if( best_match ) { output(matches, best_match, common(matches)) - exit(0) + exit } else if( ibest_match ) { output(imatches, ibest_match, common(imatches)) - exit(0) + exit } exit(1) }