[arch-general] [arch-dev-public] Mkinitcpio replacement with Dracut

Joerg Schilling Joerg.Schilling at fokus.fraunhofer.de
Mon May 27 09:44:24 UTC 2019


Neven Sajko via arch-general <arch-general at archlinux.org> wrote:

> Regarding using bash as sh:
>
> > Bash runs POSIX scripts just fine.
>
> Bash does not run some POSIX scripts fine. See
> https://lists.gnu.org/archive/html/bug-bash/2017-08/msg00087.html ,
> for example. In that case an executable named ^ can not be called.

The character '^' is amongst the characters that need quoting in the shell.

This is because shells that support upper case only terminals implement it as 
an alias for the pipe symbol and because it is a special character in the 
pattern matcher.

Note that older versions of the POSIX standard had a bug and did not mention 
that '^' needs quoting. The current version includes the needed hint.

Jörg

-- 
 EMail:joerg at schily.net                    (home) Jörg Schilling D-13353 Berlin
    joerg.schilling at fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
 URL: http://cdrecord.org/private/ http://sf.net/projects/schilytools/files/'


More information about the arch-general mailing list