fix: remove 'local' keyword outside function in ISO build script
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1eea46542e
commit
3a31c2aa95
@ -509,7 +509,7 @@ fi
|
|||||||
BACKEND_CAPTURED=0
|
BACKEND_CAPTURED=0
|
||||||
if [ "$BUILD_FROM_SOURCE" != "1" ]; then
|
if [ "$BUILD_FROM_SOURCE" != "1" ]; then
|
||||||
# Direct copy from ARCHIPELAGO_BIN env, local install, or remote
|
# Direct copy from ARCHIPELAGO_BIN env, local install, or remote
|
||||||
local BIN="${ARCHIPELAGO_BIN:-/usr/local/bin/archipelago}"
|
BIN="${ARCHIPELAGO_BIN:-/usr/local/bin/archipelago}"
|
||||||
if [ -f "$BIN" ]; then
|
if [ -f "$BIN" ]; then
|
||||||
cp "$BIN" "$ARCH_DIR/bin/archipelago"
|
cp "$BIN" "$ARCH_DIR/bin/archipelago"
|
||||||
chmod +x "$ARCH_DIR/bin/archipelago"
|
chmod +x "$ARCH_DIR/bin/archipelago"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user