[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 318ee655d8080cbc1e8edc573ca91672659b2dee |
Date: |
Sun, 05 Feb 2012 21:26:23 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 318ee655d8080cbc1e8edc573ca91672659b2dee (commit)
from 2dae2af4a48285ace8c3439b5404df0d07393b4e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=318ee655d8080cbc1e8edc573ca91672659b2dee
commit 318ee655d8080cbc1e8edc573ca91672659b2dee
Author: David Levine <address@hidden>
Date: Sun Feb 5 15:26:16 2012 -0600
Added error message if the file is source directly, rather than through
bash-completion.
diff --git a/docs/COMPLETION-BASH b/docs/COMPLETION-BASH
index b5bdfbc..3cb2fae 100644
--- a/docs/COMPLETION-BASH
+++ b/docs/COMPLETION-BASH
@@ -2,6 +2,9 @@
# Copyright 2003 "Wade Richards" <address@hidden>
# Permission granted to redistribute under the BSD license
+[ "$BASH_COMPLETION" ] || echo "ERROR: COMPLETION-BASH is not intended to be
\
+sourced directly, but rather added to a bash-completion package installation."
+
have show &&
_nmh()
{
-----------------------------------------------------------------------
Summary of changes:
docs/COMPLETION-BASH | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 318ee655d8080cbc1e8edc573ca91672659b2dee,
David Levine <=