On 7/26/2011 10:45 PM, Jason Quinn wrote:
In the bash man page's section for "cd" it says
An argument of - is equivalent to $OLDPWD. If a non-empty directory
name from CDPATH is used, or if -
is the first argument, and the directory change is successful, the
absolute pathname of the new working
In the bash man page's section for "cd" it says
An argument of - is equivalent to $OLDPWD. If a non-empty directory
name from CDPATH is used, or if -
is the first argument, and the directory change is successful, the
absolute pathname of the new working directory
is written to the standard output.
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu'
-DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/local/share
On 07/27/2011 09:35 AM, Anders Sundman wrote:
Andreas Schwab wrote:
Anders Sundman writes:
Is it possible to get bash to use a fallback language for showing
localized strings if no translation exists for the current language?
Instead of using the 'raw' msgid that is.
The msgid is suposs
Eric Blake writes:
> On 07/27/2011 09:05 AM, Andreas Schwab wrote:
>> Anders Sundman writes:
>>
>>> Is it possible to get bash to use a fallback language for showing
>>> localized strings if no translation exists for the current language?
>>> Instead of using the 'raw' msgid that is.
>>
>> The m
Andreas Schwab wrote:
>Anders Sundman writes:
>
>> Is it possible to get bash to use a fallback language for showing
>> localized strings if no translation exists for the current language?
>> Instead of using the 'raw' msgid that is.
>
>The msgid is supossed to be the fallback. That's how get
On 07/27/2011 09:05 AM, Andreas Schwab wrote:
Anders Sundman writes:
Is it possible to get bash to use a fallback language for showing
localized strings if no translation exists for the current language?
Instead of using the 'raw' msgid that is.
The msgid is supossed to be the fallback. Tha
Anders Sundman writes:
> Is it possible to get bash to use a fallback language for showing
> localized strings if no translation exists for the current language?
> Instead of using the 'raw' msgid that is.
The msgid is supossed to be the fallback. That's how gettext works.
Andreas.
--
Andrea
Hi!
Is it possible to get bash to use a fallback language for showing
localized strings if no translation exists for the current language?
Instead of using the 'raw' msgid that is.
E.g. $"mymsgid" has translations in en and sv that makes sense. But then
a user with LANG=fr and gets the 'raw' myms
2011/7/25 Linda Walsh
>
>
> I know it wasn't designed this way, but it seems like it
> is a bug.
>
The manual says nothing about brace expansion using IFS in any way, so it's
not a bug.
If I do
> read a b c <<<$(echo {1..3} ); echo "a:$a b:$b c:$c"
> I get:
> a:1 b:2 c:3
>
> But If I do
> e
10 matches
Mail list logo