mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 19:01:31 +00:00
Fix small glitch for bokken build
This commit is contained in:
parent
3c1462f876
commit
8781ef3576
@ -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 New Issue
Block a user