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.