IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
When anchoring the pattern using '$' regular expression operator it forces '=~'
operator to match the entire string.
(cherry picked from commit fd34e27fb9903c2e6de85d4cd5e0ca88ffc8f72f)
In a few cases, also avoid a sleep in the last (failed) iteration of the loop.
It doesn't matter too much, but it's still ugly.
(cherry picked from commit 4481a3085501b4982e81c904db6c8f11a567efb9)
The rational is the same as the one described in commit
be0cc2ce6c947aafadb3f42dba405269f670b31c.
(cherry picked from commit f9a23d428af79d4e391162899529732096097e1d)
(The one case that is left unchanged is '< <(subcommand)'.)
This way, the style with no gap was already dominant. This way, the reader
immediately knows that ' < ' is a comparison operator and ' << ' is a shift.
In a few cases, replace custom EOF replacement by just EOF. There is no point
in using someting like "_EOL" unless "EOF" appears in the text.
Fix incorrection assumption about the Debian patch being buggy and
actually making TEST-73-LOCALE fail on Debian.
```
# localectl set-locale LANG=C.UTF-8
# cat /etc/default/locale
LANG=C.UTF-8
```