We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
local
export
1 parent 437fb8b commit fb8761fCopy full SHA for fb8761f
build-scripts/sasl-build.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -e
3
4
-local arch="$(uname -m)"
+export arch="$(uname -m)"
5
6
# Build the sasl2 library with the sasl-xoauth2 plugin.
7
#
0 commit comments