Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 33f2d3f

Browse files
committed
Merge pull request #4 from DjBushido/development
Update setup.sh to support out-of-tree setup Thanks to DjBushido for providing this patch.
2 parents 0981fd7 + b0381fc commit 33f2d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ else
5252
fi
5353

5454
# run ./config/update.py
55-
cd ../config
55+
cd `dirname $0`/../config
5656
python update.py

0 commit comments

Comments
 (0)