Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (405f1db6a7e27d263997290b859259c4f92ad395)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (405f1db6a7e27d263997290b859259c4f92ad395)
  • Date: Sat, 29 Jan 2011 08:47:45 -0600

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

e-17/eina/DETAILS | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 405f1db6a7e27d263997290b859259c4f92ad395
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

Fixing syntax error

diff --git a/e-17/eina/DETAILS b/e-17/eina/DETAILS
index 8cea75d..8a475f6 100755
--- a/e-17/eina/DETAILS
+++ b/e-17/eina/DETAILS
@@ -1,5 +1,5 @@
SPELL=eina
-if [ "EINA_CVS" == "y" ]; then
+if [ "$EINA_CVS" == "y" ]; then
if [ "$EINA_SCM_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (405f1db6a7e27d263997290b859259c4f92ad395), Puppet_Master, 01/29/2011

Archive powered by MHonArc 2.6.24.

Top of Page