Package: aegis-web Version: 4.24-3 Filename: pool/main/a/aegis/aegis-web_4.24-3_i386.deb Found error in /usr/lib/cgi-bin/aegis.cgi: $ grep -A5 -B5 /tmp/ /usr/lib/cgi-bin/aegis.cgi if test "$file" = "aedist" then test -z "$project" && exit 1 test -z "$change" && change="--baseline" $bindir/aedist --send $project $change -ndh -naa \ -o /tmp/aegis.$$.ae > /tmp/aegis.$$ 2>&1 status=$? if test $status -ne 0 then echo 'Content-Type: text/html' echo '' -- echo '
' echo $bindir/aedist --send $project $change echo '' echo "terminated with exit status $status." echo 'The following text was produced
' echo '' sed 's|<|\<|g' < /tmp/aegis.$$ echo '