Update define.sh

This commit is contained in:
Kroese 2024-04-30 04:14:18 +02:00 committed by GitHub
parent f31ced52d1
commit 044ebeb4b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -684,7 +684,7 @@ prepareXP() {
[[ "$MANUAL" == [Yy1]* ]] && return 0
configXP "$dir" "$arch" "$target" && return 0
error "Failed to generate XP configuration files!" && exit 66
}