Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d080d1cf445e92caed06b65db50da3584f346636)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d080d1cf445e92caed06b65db50da3584f346636)
  • Date: Mon, 3 Jul 2006 14:22:00 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

shell-term-fm/bash/HISTORY | 3 +++
shell-term-fm/bash/profile | 1 +
2 files changed, 4 insertions(+)

New commits:
commit d080d1cf445e92caed06b65db50da3584f346636
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

bash: fix trivial #12581

diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index ed8d647..b7f9c8d 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,6 @@
+2006-07-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * profile: appended "unset i" #12581
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/shell-term-fm/bash/profile b/shell-term-fm/bash/profile
index 0a97f3e..ebba98e 100755
--- a/shell-term-fm/bash/profile
+++ b/shell-term-fm/bash/profile
@@ -17,4 +17,5 @@ for i in /etc/profile.d/*.sh ; do
. $i
fi
done
+unset i




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d080d1cf445e92caed06b65db50da3584f346636), Jaka Kranjc, 07/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page