[FIX] tools/gen_graph.sh is now runnable from any directory

bzr revid: chs@openerp.com-20100702134310-xjjsn2ebmai9muzk
This commit is contained in:
Christophe Simonis 2010-07-02 15:43:10 +02:00
parent 42b7282e4a
commit d19ade2298
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@
#
##############################################################################
./module_graph.py $@ | dot -Tpng -o > module_graph.png
`dirname $0`/module_graph.py $@ | dot -Tpng -o > module_graph.png