mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 16:51:00 +01:00
common: move export to after for loop
This commit is contained in:
@@ -164,9 +164,9 @@ set_target() {
|
||||
fi
|
||||
TARGET="${TARGET} ${_jail}"
|
||||
JAILS="${JAILS} ${_jail}"
|
||||
export TARGET
|
||||
export JAILS
|
||||
done
|
||||
export TARGET
|
||||
export JAILS
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user