Your message dated Tue, 13 Mar 2012 11:46:30 +0100 (CET)
with message-id <[email protected]>
has caused the report #663664,
regarding dialog: --single-quote broken
to be marked as having been forwarded to the upstream software
author(s) Thomas Dickey <[email protected]>
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
663664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663664
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Hello. Received this from the Debian BTS.
[ I know that you might have already received it. This is so that it's
marked as forwarded in the BTS. Thanks ].
---------- Forwarded message ----------
From: Ph. Marek <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Date: Tue, 13 Mar 2012 08:46:25 +0100
Subject: Bug#663664: dialog: --single-quote broken
Package: dialog
Version: 1.1-20120215-1
Severity: normal
Given this commandline:
dialog --stdout --single-quoted --checklist 'select' 22 70 14 a-1 a-1 1 a-2
a-2 1
choosing options gives a result like
'a-1' 'a-2'
which is broken, because the man page says
--single-quoted
Use single-quoting as needed (and no quotes if unneeded)
dialog=1.1-20100428-1 (lenny) does this correct; it gives
a-1 a-2
The extra level of quotes means that
VER=`dialog ...`
case $VER in
a-1)
etc. doesn't work anymore.
[...]
--- End Message ---