Skip to content

Commit

Permalink
Fix: Replace local with export, as local can only be used insid…
Browse files Browse the repository at this point in the history
…e a function
  • Loading branch information
bokysan committed Mar 1, 2025
1 parent 437fb8b commit fb8761f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/sasl-build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

local arch="$(uname -m)"
export arch="$(uname -m)"

# Build the sasl2 library with the sasl-xoauth2 plugin.
#
Expand Down

0 comments on commit fb8761f

Please sign in to comment.