Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
guix: Silence getent(1) invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dongcarl committed Jul 20, 2021
1 parent bb09ec6 commit 3c4d2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/guix-build
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c4d2c4

Please sign in to comment.