[23275] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r22936 - trunk/debathena/third/common

daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Tue Apr 22 06:30:57 2008

Date: Tue, 22 Apr 2008 06:30:44 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804221030.GAA23815@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: tabbott
Date: 2008-04-22 06:30:44 -0400 (Tue, 22 Apr 2008)
New Revision: 22936

Modified:
   trunk/debathena/third/common/debathenificator.sh
Log:
Fix call into tags database.


Modified: trunk/debathena/third/common/debathenificator.sh
===================================================================
--- trunk/debathena/third/common/debathenificator.sh	2008-04-22 10:30:20 UTC (rev 22935)
+++ trunk/debathena/third/common/debathenificator.sh	2008-04-22 10:30:44 UTC (rev 22936)
@@ -92,7 +92,7 @@
     REPREPROI="$REPREPRO --ignore=wrongdistribution --ignore=missingfield"
 
     . /mit/debathena/bin/debian-versions.sh
-    tag=gettag $dist
+    tag=$(gettag $dist)
 
     if [ "$a" = "-A" ]; then
 	$REPREPROI include "$dist" "${name}_${daversion}_source.changes"


home help back first fref pref prev next nref lref last post