[Debtags-commits] [svn] r735 - libtagcoll/trunk
Enrico Zini
debtags-commits@lists.alioth.debian.org
Fri, 13 May 2005 14:27:44 +0000
Author: enrico
Date: Fri May 13 14:27:44 2005
New Revision: 735
Modified:
libtagcoll/trunk/new_release
Log:
Fixed new_release
Modified: libtagcoll/trunk/new_release
==============================================================================
--- libtagcoll/trunk/new_release (original)
+++ libtagcoll/trunk/new_release Fri May 13 14:27:44 2005
@@ -47,4 +47,4 @@
ENDTIME=`date +%s`
ELAPSED=`expr $ENDTIME - $STARTTIME`
-print "Build took `expr $ELAPSED / 60` minutes and `expr $ELAPSED % 60` seconds"
+echo "Build took `expr $ELAPSED / 60` minutes and `expr $ELAPSED % 60` seconds"