Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (61e4245356fb1f584175ac5d76ba9d993379cfcf)
  • Date: Fri, 12 Sep 2008 08:32:20 -0500

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

ChangeLog | 3 +++
FUNCTIONS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

FUNCTIONS: not even all caps can prevent a bug

diff --git a/ChangeLog b/ChangeLog
index bee113b..bb80db3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * FUNCTIONS: not even all caps can prevent a bug
+
2008-07-18 Alexander Tsamutali <astsmtl AT gmail.com>
* games-arcade-2d/btanks: new spell, fast 2d tank arcade game with
multiplayer and split-screen modes
diff --git a/FUNCTIONS b/FUNCTIONS
index e4006ef..cf215b7 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -196,7 +196,7 @@ function grimoire_parse_iw() {
# it is EXTREMELY IMPORTANT that this variable contains an actual
# tab character and not some number of spaces. Otherwise BAD THINGS
# will happen.
- local TAB=" "
+ local TAB=$'\t'
OMIT_IN="${TAB}rename\|${TAB}symlink\|${TAB}unlink"

grep -v "$OMIT_IN" $INPUT | cut -f3 | grep "^/"



  • [SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (61e4245356fb1f584175ac5d76ba9d993379cfcf), Jaka Kranjc, 09/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page