From 5e4db660b24b617fcb848785e17328dedcfcf920 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Tue, 7 Jun 2016 20:24:18 -0700 Subject: 38632: remove trailing space on #compdef line for compinit parsing --- ChangeLog | 3 +++ Completion/Linux/Command/_pkgtool | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13f6b28f6..e68060e1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ 2016-06-07 Barton E. Schaefer + * 38632: Completion/Linux/Command/_pkgtool: remove trailing space + on #compdef line for compinit parsing + * 38630: Src/builtin.c: fix infinite loop of "hash =" 2016-06-06 Daniel Shahaf diff --git a/Completion/Linux/Command/_pkgtool b/Completion/Linux/Command/_pkgtool index 916e9e33f..cb14099b9 100644 --- a/Completion/Linux/Command/_pkgtool +++ b/Completion/Linux/Command/_pkgtool @@ -1,4 +1,4 @@ -#compdef installpkg upgradepkg removepkg pkgtool explodepkg makepkg +#compdef installpkg upgradepkg removepkg pkgtool explodepkg makepkg local expl -- cgit v1.2.3