From 03258122d24058eaacf3da5e5335fc5da5c64b65 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 2 Dec 2016 17:04:25 +0000 Subject: Update to 2.4, and switch from the alioth sources to the Github project that the old WWW redirects to. Among other changes, this port now optionally installs some cmake modules, which I hope I'm installing into the correct place. --- shells/bash-completion/files/patch-bash__completion | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 shells/bash-completion/files/patch-bash__completion (limited to 'shells/bash-completion/files/patch-bash__completion') diff --git a/shells/bash-completion/files/patch-bash__completion b/shells/bash-completion/files/patch-bash__completion deleted file mode 100644 index 6e6d95fa1a68..000000000000 --- a/shells/bash-completion/files/patch-bash__completion +++ /dev/null @@ -1,11 +0,0 @@ ---- bash_completion.orig 2015-01-20 16:17:24 UTC -+++ bash_completion -@@ -707,7 +707,7 @@ _init_completion() - fi - done - -- [[ $cword -eq 0 ]] && return 1 -+ [[ $cword -le 0 ]] && return 1 - prev=${words[cword-1]} - - [[ ${split-} ]] && _split_longopt && split=true -- cgit v1.2.3