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

Ismael Luceno scm at sourcemage.org
Wed Mar 31 20:45:37 EDT 2010


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"



More information about the SM-Commit mailing list