prepare-root.sh: don't load excludelist, if not specified

This commit is contained in:
Harald Hoyer 2018-11-19 15:30:33 +01:00
parent b98a4b80f1
commit b18c4cca69

View file

@ -142,7 +142,6 @@ while true; do
esac
done
[[ $EXCLUDELIST ]] || [[ -f excludelist.txt ]] && EXCLUDELIST=$(<excludelist.txt)
NAME=${NAME:-"FedoraBook"}
RELEASEVER=${RELEASEVER:-$VERSION_ID}
BASEOUTDIR=$(realpath ${BASEOUTDIR:-"$CURDIR"})