Fix small glitch for bokken build
This commit is contained in:
parent
3c1462f876
commit
8781ef3576
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue