From 7d98ac7cd509ffc8221bb46323c040421347a3f3 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 7 Sep 2016 23:33:42 +0200 Subject: unposted: fix to use ;| style fall-throughs in the case statement --- Completion/Unix/Command/_rm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_rm b/Completion/Unix/Command/_rm index 4a5c9a178..6d728b157 100644 --- a/Completion/Unix/Command/_rm +++ b/Completion/Unix/Command/_rm @@ -29,14 +29,14 @@ else '-d[remove directories as well]' '-P[overwrite files before deleting them]' ) - ;; + ;| dragonfly*|freebsd*|netbsd*) args+=( '-v[explain what is being done]' '-W[attempt to undelete named files]' "-x[don't cross file systems when removing a hierarchy]" ) - ;; + ;| dragonfly*|freebsd*) args+=( '(-i)-I[prompt when removing many files]' -- cgit 1.4.1