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 feaeee9 commit 3e4545bCopy full SHA for 3e4545b
build-without-openssl.bash
@@ -4,7 +4,7 @@ cd "$(dirname "$0")"
4
5
CGO_ENABLED=0 source ./build.bash -tags without_openssl
6
7
-if ldd gocryptfs > /dev/null ; then
+if ldd gocryptfs 2> /dev/null ; then
8
echo "build-without-openssl.bash: error: compiled binary is not static"
9
exit 1
10
fi
0 commit comments