Skip to content

Commit fb8761f

Browse files
committed
Fix: Replace local with export, as local can only be used inside a function
1 parent 437fb8b commit fb8761f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/sasl-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
local arch="$(uname -m)"
4+
export arch="$(uname -m)"
55

66
# Build the sasl2 library with the sasl-xoauth2 plugin.
77
#

0 commit comments

Comments
 (0)