We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb09ec6 commit 3c4d2c4Copy full SHA for 3c4d2c4
contrib/guix/guix-build
@@ -190,7 +190,7 @@ fi
190
# Services database must have basic entries
191
################
192
193
-if ! getent services http https ftp; then
+if ! getent services http https ftp > /dev/null 2>&1; then
194
cat << EOF
195
ERR: Your system's C library can not find service database entries for at least
196
one of the following services: http, https, ftp.
0 commit comments