Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (93a20ebee1107884c931901c97a2d057e6919b6f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (93a20ebee1107884c931901c97a2d057e6919b6f)
  • Date: Wed, 25 Jun 2008 15:42:36 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
usr/sbin/gaze | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 93a20ebee1107884c931901c97a2d057e6919b6f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gaze: removed two useless checks in the awk time printer

diff --git a/ChangeLog b/ChangeLog
index 1a80f94..651db65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
added time --full, which prints all the casting times we can compute
made time use the new helpers, fixed (big) total display and changed
the quiet output to print seconds
+ removed two useless checks in the awk time printer
* libsorcery: in verify_source print "failure" instead of the
unusual "failed"

diff --git a/usr/sbin/gaze b/usr/sbin/gaze
index 03c7205..aa19d50 100755
--- a/usr/sbin/gaze
+++ b/usr/sbin/gaze
@@ -2079,7 +2079,7 @@ function gaze_time() {
sum -= hours * 3600
minutes = int(sum/60)

- print days "d " (hours == 24 ? 0 : hours) "h " (minutes == 60 ? 0 :
minutes) "m "
+ print days "d " hours "h " minutes "m "
}' /dev/null
else
echo $sum



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (93a20ebee1107884c931901c97a2d057e6919b6f), Jaka Kranjc, 06/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page