mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 07:07:45 +01:00
guix: Silence getent(1) invocation
This commit is contained in:
parent
bb09ec6f10
commit
3c4d2c418e
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ fi
|
|||
# Services database must have basic entries
|
||||
################
|
||||
|
||||
if ! getent services http https ftp; then
|
||||
if ! getent services http https ftp > /dev/null 2>&1; then
|
||||
cat << EOF
|
||||
ERR: Your system's C library can not find service database entries for at least
|
||||
one of the following services: http, https, ftp.
|
||||
|
|
Loading…
Add table
Reference in a new issue