Fix: Replace local with export, as local can only be used inside a function

This commit is contained in:
Bojan Čekrlić 2025-03-01 18:58:44 +01:00
parent 437fb8bdb5
commit fb8761f43c

View file

@ -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.
#