From 242b419fbc35b7807207e899e8275e0089d48121 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 24 Oct 2014 08:55:26 +0200 Subject: 33485: fix a missing ;; case terminator --- Completion/Unix/Command/_su | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_su b/Completion/Unix/Command/_su index 9d3f28066..057a41371 100644 --- a/Completion/Unix/Command/_su +++ b/Completion/Unix/Command/_su @@ -32,6 +32,7 @@ else '-m[do not reset environment]' '-s[set the MAC label]' ) + ;; *) args+=( '-c[pass command to shell]:command string:->command' ) ;; esac fi -- cgit 1.4.1