Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ecc3a6573c9a92d0f5b612624490f76ab11aeffc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ecc3a6573c9a92d0f5b612624490f76ab11aeffc)
  • Date: Sun, 20 Aug 2017 14:05:13 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

editors/nvi/CONFIGURE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ecc3a6573c9a92d0f5b612624490f76ab11aeffc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nvi: correct typo

diff --git a/editors/nvi/CONFIGURE b/editors/nvi/CONFIGURE
index 1b71455..ff13132 100755
--- a/editors/nvi/CONFIGURE
+++ b/editors/nvi/CONFIGURE
@@ -7,7 +7,7 @@ if [ "${NVI_SYMLINK}" == "y" ]; then
NVI_SYMLINK="n"
fi &&

- if [ -e /usr/bin/ex ] && `readlink -f "/usr/bin/ex" | grep -Eqv "nvi"`;
then
+ if [ -e /usr/bin/ex ] && `readlink -f "/usr/bin/ex" | grep -Eqv "nex"`;
then
message "${MESSAGE_COLOR}EX is already provided by another ex clone.
Recast it" &&
message "with the ex symlink option disabled, then recast
${SPELL}.${DEFAULT_COLOR}" &&
NVI_SYMLINK="n"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ecc3a6573c9a92d0f5b612624490f76ab11aeffc), Vlad Glagolev, 08/21/2017

Archive powered by MHonArc 2.6.24.

Top of Page