diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 4778d9ab..f48f5c88 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -164,9 +164,9 @@ set_target() { fi TARGET="${TARGET} ${_jail}" JAILS="${JAILS} ${_jail}" - export TARGET - export JAILS done + export TARGET + export JAILS fi }