URI: 
       tFix blend loaded message - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit b640bafc940a6056ff5575e55a3328c528c817c4
   DIR parent 86c79407dcc0a2ccf8d14ff889e8c31261d75ebb
  HTML Author: David Derby <dderby@users.noreply.github.com>
       Date:   Thu, 19 Apr 2018 20:38:12 -0500
       
       Fix blend loaded message
       
       Diffstat:
         M sdk                                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/sdk b/sdk
       t@@ -114,7 +114,7 @@ load() {
        
                [[ -f $blendlib ]] && {
                        source $blendlib || zerr
       -                act "$os blend loaded"
       +                act "$blend blend loaded"
                        export BLEND=1
                }