Package: devscripts
Version: 2.9.20
Severity: minor

cnt=0
cnt=$((cnt + 1))

is bashism. It is correct to put a dollar in front of the variable:

cnt=$(($cnt + 1))

Thanks,

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system

Attachment: signature.asc
Description: Digital signature (GPG/PGP)

Reply via email to