From d19ade2298441601db57eaa53b3381923868284a Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Fri, 2 Jul 2010 15:43:10 +0200 Subject: [PATCH] [FIX] tools/gen_graph.sh is now runnable from any directory bzr revid: chs@openerp.com-20100702134310-xjjsn2ebmai9muzk --- tools/gen_graph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gen_graph.sh b/tools/gen_graph.sh index a56780d1d49..b052528eef4 100755 --- a/tools/gen_graph.sh +++ b/tools/gen_graph.sh @@ -28,5 +28,5 @@ # ############################################################################## -./module_graph.py $@ | dot -Tpng -o > module_graph.png +`dirname $0`/module_graph.py $@ | dot -Tpng -o > module_graph.png