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

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


Author: moeller
Date: 2017-01-18 11:11:38 +0000 (Wed, 18 Jan 2017)
New Revision: 23639

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

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




More information about the debian-med-commit mailing list