diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-12-02 17:04:25 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-12-02 17:04:25 +0000 |
commit | 03258122d24058eaacf3da5e5335fc5da5c64b65 (patch) | |
tree | e88638981ccd31e320d2e9ba37bc55e8480d3a0e /shells/bash-completion/files/patch-bash__completion | |
parent | - Update to 3.35 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=427580
Diffstat (limited to 'shells/bash-completion/files/patch-bash__completion')
-rw-r--r-- | shells/bash-completion/files/patch-bash__completion | 11 |
1 files changed, 0 insertions, 11 deletions
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 |