mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-26 01:32:26 +01:00
guix: Silence getent(1) invocation
This commit is contained in:
parent
bb09ec6f10
commit
3c4d2c418e
@ -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…
x
Reference in New Issue
Block a user