Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (6f9000e9cedb1aa71bd41d868fb0898d124ac541)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (6f9000e9cedb1aa71bd41d868fb0898d124ac541)
  • Date: Fri, 21 Nov 2008 09:20:21 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

libs/gmime/HISTORY | 3 +++
libs/gmime/PRE_SUB_DEPENDS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 6f9000e9cedb1aa71bd41d868fb0898d124ac541
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gmime: Fixed PRE_SUB_DEPENDS

diff --git a/libs/gmime/HISTORY b/libs/gmime/HISTORY
index 5c949e5..6fe9b7b 100644
--- a/libs/gmime/HISTORY
+++ b/libs/gmime/HISTORY
@@ -1,3 +1,6 @@
+2008-11-21 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_SUB_DEPENDS: Needs some more spaces.
+
2008-11-18 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Added 2.2 branch
* PREPARE: Added query for 2.2 branch
diff --git a/libs/gmime/PRE_SUB_DEPENDS b/libs/gmime/PRE_SUB_DEPENDS
index f575bc9..27ecc38 100755
--- a/libs/gmime/PRE_SUB_DEPENDS
+++ b/libs/gmime/PRE_SUB_DEPENDS
@@ -1,4 +1,4 @@
case $THIS_SUB_DEPENDS in
- 2.2) if [ $GMIME_22BRANCH=="y" ]; then return 0; fi;;
+ 2.2) if [ $GMIME_22BRANCH == "y" ]; then return 0; fi;;
esac
return 1



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (6f9000e9cedb1aa71bd41d868fb0898d124ac541), George Sherwood, 11/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page