Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
h-dh committed Nov 9, 2015
1 parent eae151b commit 068caaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ compilerSetting()
cp .install_configure install_configure
log "create install_configure" DONE

test ${isBuild:-f} = f -a ${isLink:-f} = f && \
if [ ${isBuild:-f} = f -a ${isLink:-f} = f ] ; then
echo "Please, edit file install_configure."
exit
fi
fi

FC=""
Expand Down

0 comments on commit 068caaf

Please sign in to comment.