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