disable misleading warning when no blend is specified

This commit is contained in:
parazyd 2017-10-26 18:56:32 +02:00
parent 45f45ac2bb
commit 2df4a9a897
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

2
sdk
View File

@ -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 ]] && {