We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b46f0 commit 8cc1c82Copy full SHA for 8cc1c82
1 file changed
build.sh
@@ -411,7 +411,7 @@ prepare_build() {
411
# Legacy mode
412
if [[ "$(bash "${tools_dir}/channel.sh" --version "${alteriso_version}" ver "${channel_name}")" = "3.0" ]]; then
413
msg_warn "The module cannot be used because it works with Alter ISO3.0 compatibility."
414
- if [[ ! -z "${include_extra+SET}" ]]; then
+ if [[ -n "${include_extra+SET}" ]]; then
415
if [[ "${include_extra}" = true ]]; then
416
modules=("base" "share" "share-extra" "calamares" "zsh-powerline")
417
else
0 commit comments