From 5beb65a0f7ad1abfccb08c1b3646f3fc61663535 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 24 Nov 2016 16:20:43 +0100 Subject: unposted: fix typo (=+ to +=) --- Completion/Unix/Command/_date | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date index 16b34d7d6..731f6963b 100644 --- a/Completion/Unix/Command/_date +++ b/Completion/Unix/Command/_date @@ -67,7 +67,7 @@ else freebsd*|dragonfly*) args+=( '-R[display in RFC2822 format]' ) ;| - openbsd*|netbsd*) args=+( '-a[gradually skew]' ) + openbsd*|netbsd*) args+=( '-a[gradually skew]' ) ;| openbsd*) args+=( '-z[specify timezone for output]:time zone:_time_zone') -- cgit 1.4.1