[med-svn] r23638 - trunk/community/edam

Steffen Möller moeller at moszumanska.debian.org
Wed Jan 18 11:06:56 UTC 2017


Author: moeller
Date: 2017-01-18 11:06:55 +0000 (Wed, 18 Jan 2017)
New Revision: 23638

Modified:
   trunk/community/edam/packages.list.update.sh
Log:
typo fixed

Modified: trunk/community/edam/packages.list.update.sh
===================================================================
--- trunk/community/edam/packages.list.update.sh	2017-01-18 10:39:37 UTC (rev 23637)
+++ trunk/community/edam/packages.list.update.sh	2017-01-18 11:06:55 UTC (rev 23638)
@@ -12,7 +12,7 @@
 	q=""
 	if echo $a|grep -q "Source: "; then
 		q=$(echo $a | sed -e '/^.*Source:/s/^.*Source: *//' -e 's/ *Version:.*//' -e 's/ *(.*) *//')
-		echo $q
+		echo $p
 	else
 		p=$(echo $a | sed -e '/Package/s/^Package: *//' -e 's/ *Version:.*//')
 		echo $q




More information about the debian-med-commit mailing list