From 62cf36d3521c282c957f8667e702886472e95a0f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 2 Dec 2018 21:50:52 +1300 Subject: Correct find(1) completion to subshell exit --- bash/bash_completion.d/find.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/bash_completion.d/find.bash b/bash/bash_completion.d/find.bash index f87029e7..893cb0bc 100644 --- a/bash/bash_completion.d/find.bash +++ b/bash/bash_completion.d/find.bash @@ -31,7 +31,7 @@ _find() { -user -xdev ' -- "$2" - return + exit ;; esac -- cgit v1.2.3