[debian-edu-commits] r80160 - trunk/src/archive/archivestatus/bin
holger at alioth.debian.org
holger at alioth.debian.org
Mon May 20 12:50:40 UTC 2013
Author: holger
Date: 2013-05-20 12:50:40 +0000 (Mon, 20 May 2013)
New Revision: 80160
Modified:
trunk/src/archive/archivestatus/bin/needs_love
Log:
fix syntax error
Modified: trunk/src/archive/archivestatus/bin/needs_love
===================================================================
--- trunk/src/archive/archivestatus/bin/needs_love 2013-05-20 12:48:09 UTC (rev 80159)
+++ trunk/src/archive/archivestatus/bin/needs_love 2013-05-20 12:50:40 UTC (rev 80160)
@@ -101,7 +101,7 @@
let "NR += 1"
done
print_td ${SECURITY_STABLE_S[$NR]}
- elif [ "$5" = "powerpc" ] || [ "$5" = "armel" ] || || [ "$5" = "armhf" ] [ "$5" = "amd64" ] || [ "$5" = "i386" ] ; then
+ elif [ "$5" = "powerpc" ] || [ "$5" = "armel" ] || [ "$5" = "armhf" ] || [ "$5" = "amd64" ] || [ "$5" = "i386" ] ; then
print_td "`dak ls -S -a $5 -s $4 $i |head -1|cut -d'|' -f2`"
elif [ -n "$5" ] ; then
print_td "`dak ls -s $5 $i |cut -d'|' -f2`"
More information about the debian-edu-commits
mailing list