From 2df4a9a897f5c395e2ee08983df5c96c439cd111 Mon Sep 17 00:00:00 2001 From: parazyd Date: Thu, 26 Oct 2017 18:56:32 +0200 Subject: [PATCH] disable misleading warning when no blend is specified --- sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk b/sdk index b4b4c18..ef7efeb 100755 --- a/sdk +++ b/sdk @@ -81,7 +81,7 @@ load() { } [[ -f $oslib ]] || { die "no valid distro specified"; exit 1 } - [[ -f $blendlib ]] || { warn "no valid blend specified" } + [[ -f $blendlib ]] || { act "no blend specified" } source $oslib [[ -f $blendlib ]] && {