bug-bash
[Top][All Lists]
Advanced

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

Assignment-like word shouldn't be subjected to tilde expansion in POSIX


From: Oğuz
Subject: Assignment-like word shouldn't be subjected to tilde expansion in POSIX mode
Date: Sat, 18 Jul 2020 08:38:22 +0300

See:

    $ set +k -o posix
    $ echo foo=~:~
    foo=~:/home/oguz

If I'm not misreading the standard `foo=~:~' should be printed
verbatim, all shells I have except bash does so.

This is reproducible on 5.1 alpha too.

Oğuz



reply via email to

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