update lsdk to latest commit

This commit is contained in:
parazyd 2016-10-31 16:10:07 +01:00
parent 76d3aa22dd
commit 26d0b284e4
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1a8a2df8095072b3553fe09306bbf4db2ab7d6b3
Subproject commit 5f988be6b8d97341e2d1bbda542f71684a4f3f26

2
sdk
View File

@ -101,7 +101,7 @@ load() {
[[ $blendlib =~ '^http' ]] && {
notice "grabbing blend from the internetz"
pushd $R/extra/blends
curl -Ls $blendlib
curl -Ls -O $blendlib
popd
blendlib="$R/extra/blends/$(basename $blendlib)"
}