Control: reopen -1
On Sun, 2014-12-14 at 21:48 +0000, Michael Gilbert wrote:
> cmtk (3.2.2-1.1) unstable; urgency=medium
> .
> * Non-maintainer upload.
> * Fix bashisms in shell scripts (closes: #772217).
Unfortunately the fixes are incorrect in some cases:
+- if [[ "${line}" =~ ^\} ]]; then
++ if [ "${line}" =~ ^\} ]; then
Even bash doesn't support =~ outside of its [[ extension.
Regards,
Adam
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]