mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
Fix: Replace local
with export
, as local
can only be used inside a function
This commit is contained in:
parent
437fb8bdb5
commit
fb8761f43c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue