Merge "Fix unable to create directory for nanomsg"

This commit is contained in:
Jenkins 2016-01-06 07:24:41 +00:00 committed by Gerrit Code Review
commit a66e6ca64c
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ function install_nanomsg {
local _pwd=$(pwd)
if [ ! -f "$DEST/nanomsg" ]; then
if [ ! -d "$DEST/nanomsg" ]; then
mkdir $DEST/nanomsg
wget https://github.com/nanomsg/nanomsg/releases/download/0.8-beta/nanomsg-0.8-beta.tar.gz -O $DEST/nanomsg/nanomsg-0.8-beta.tar.gz
tar xzvf $DEST/nanomsg/nanomsg-0.8-beta.tar.gz -C $DEST/nanomsg