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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Both (F_OK|X_OK) cannot be tested at the same time, which means that
X_OK is X_OK for directories, too. And anyway there's a huge period
of time between X_OK test and exec. So I remove the test which cannot
be performed reliably. As a bonus, I also replace execv() with execvp().