tags 344976 confirmed pending
thanks

* Nelson A. de Oliveira:

> Today while upgrading debsecan to version 0.3.2, I saw this error:
>
> Setting up debsecan (0.3.2) ...
> /var/lib/dpkg/info/debsecan.config: 30: arith: syntax error: "STATE + 1"
> dpkg: error processing debsecan (--configure):
>  subprocess post-installation script returned error exit status 2
> Errors were encountered while processing:
>  debsecan
>
> Line 30 of /var/lib/dpkg/info/debsecan.config is just a "done". I don't know 
> what could be...

This is a bashism in the lines before.  POSIX requires $(($STATE + 1)),
instead of $((STATE + 1)).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to