Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2d19d6ae0fb30863c32e74b4df5ea69c093fe09d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2d19d6ae0fb30863c32e74b4df5ea69c093fe09d)
  • Date: Wed, 31 Mar 2010 19:45:37 -0500

GIT changes to master grimoire by Ismael Luceno <ismael.luceno AT gmail.com>:

shell-term-fm/tty-clock/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2d19d6ae0fb30863c32e74b4df5ea69c093fe09d
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Ismael Luceno <ismael.luceno AT gmail.com>

tty-clock: fix syntax error in DETAILS

diff --git a/shell-term-fm/tty-clock/DETAILS b/shell-term-fm/tty-clock/DETAILS
index 9bc9ccd..d973920 100755
--- a/shell-term-fm/tty-clock/DETAILS
+++ b/shell-term-fm/tty-clock/DETAILS
@@ -1,9 +1,9 @@
SPELL=tty-clock
-if [ ${TTY_CLOCK_AUTOUPDATE} == "y" ]; then
+if [[ ${TTY_CLOCK_AUTOUPDATE} == "y" ]]; then
VERSION=$(date +%Y%m%d)
- else
+else
VERSION=scm
- fi
+fi
SOURCE="${SPELL}-scm.tar.bz2"
SOURCE_URL[0]=git://github.com/xorg62/${SPELL}.git:${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2d19d6ae0fb30863c32e74b4df5ea69c093fe09d), Ismael Luceno, 03/31/2010

Archive powered by MHonArc 2.6.24.

Top of Page