Fix small glitch for bokken build

This commit is contained in:
Anton Kochkov 2016-05-22 02:50:05 +03:00
parent 3c1462f876
commit 8781ef3576

View File

@ -2,7 +2,9 @@
# find root
cd `dirname $PWD/$0`
mkdir _work
if [ ! -d _work]; then
mkdir _work
fi
cd _work || exit 1
if [ -d bokken ]; then
cd bokken