From cff9b6d4a76e4f9c3d5faa215442bfe31ee5234c Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Wed, 3 Aug 2016 17:45:06 +0300 Subject: [PATCH] Oops --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 0d59f4b42b..302ac30246 100644 --- a/main.sh +++ b/main.sh @@ -141,7 +141,7 @@ if [[ $KERNEL_ONLY != yes && -z $RELEASE ]]; then [[ -z $RELEASE ]] && exit_with_error "No release selected" fi -if [[ $KERNEL_ONLY != yes && -n $RELEASE ]]; then +if [[ $KERNEL_ONLY != yes && -z $BUILD_DESKTOP ]]; then options=() options+=("no" "Image with console interface") options+=("yes" "Image with desktop environment")