Code review comment for lp:~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

Revision history for this message
Martin Pitt (pitti) wrote :

Uploaded with

- value=`grep ^$variable $CLAMAVCONF | head -n1 | awk '{print $2}'`
+ value=`grep "^$variable[[:space:]]" $CLAMAVCONF | head -n1 | awk '{print $2}'`

now. I didn't actually use UDD, that branch takes abysmally long to check out (I killed it after 10 mins or so).

Thanks!

« Back to merge proposal