Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (f8aaa3a20247a5246d7c0e11eb33efb01e9a9c01)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (f8aaa3a20247a5246d7c0e11eb33efb01e9a9c01)
  • Date: Sat, 22 Nov 2008 15:21:33 -0600

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

editors/elvis/CONFIGURE | 2 +-
editors/elvis/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit f8aaa3a20247a5246d7c0e11eb33efb01e9a9c01
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

editors/elvis/CONFIGURE: fixed a typo vim->elvis

diff --git a/editors/elvis/CONFIGURE b/editors/elvis/CONFIGURE
index efbb43b..23d189e 100755
--- a/editors/elvis/CONFIGURE
+++ b/editors/elvis/CONFIGURE
@@ -1,4 +1,4 @@
-config_query MAKE_SYMLINK "Would you like to have /usr/bin/vi as a symlink
to /usr/bin/vim?" n
+config_query MAKE_SYMLINK "Would you like to have /usr/bin/vi as a symlink
to /usr/bin/elvis?" n
if [ "${MAKE_SYMLINK}" == "y" ] ; then
if [ -e /usr/bin/vi ] ; then
echo "VI is already provided by vim." &&
diff --git a/editors/elvis/HISTORY b/editors/elvis/HISTORY
index f6a6896..fcadb6f 100644
--- a/editors/elvis/HISTORY
+++ b/editors/elvis/HISTORY
@@ -1,3 +1,6 @@
+2008-11-22 Justin Boffemmyer <flux AT sourcemage.org>
+ * CONFIGURE: fixed a typo vim->elvis
+
2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (f8aaa3a20247a5246d7c0e11eb33efb01e9a9c01), Justin Boffemmyer, 11/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page