bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bash -D doesn't parse $"translatable messages" inside heredocs


From: Alkis Georgopoulos
Subject: bash -D doesn't parse $"translatable messages" inside heredocs
Date: Sun, 03 Jun 2012 23:42:33 +0300
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/$ uname output: Linux alkis 3.2.0-24-generic-pae #39-Ubuntu SMP Mon May 21 18:54:21 UTC 2012 i686 i686 i386 GNU/Linux
Machine Type: i686-pc-linux-gnu

Bash Version: 4.2
Patch Level: 24
Release Status: release

Description:
bash -D doesn't parse $"translatable messages" inside heredocs.
Heredocs are nice for usage() functions and other cases,
it'd be nice for bash -D to support them.

Repeat-By:
Create the following script:

#!/bin/bash
cat <<EOF
$"message1"
$(echo $"message2")
EOF

Run bash -D script, it produces no output.

Please CC me as I'm not in the list. Thank you.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]