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'"
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit