Skip to content

Commit 8cc1c82

Browse files
committed
[fix] : Fixed SC2236
1 parent f5b46f0 commit 8cc1c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ prepare_build() {
411411
# Legacy mode
412412
if [[ "$(bash "${tools_dir}/channel.sh" --version "${alteriso_version}" ver "${channel_name}")" = "3.0" ]]; then
413413
msg_warn "The module cannot be used because it works with Alter ISO3.0 compatibility."
414-
if [[ ! -z "${include_extra+SET}" ]]; then
414+
if [[ -n "${include_extra+SET}" ]]; then
415415
if [[ "${include_extra}" = true ]]; then
416416
modules=("base" "share" "share-extra" "calamares" "zsh-powerline")
417417
else

0 commit comments

Comments
 (0)