From e0a1161bbb594dc9787ba14551050073d8735779 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Fri, 16 Jan 2015 09:49:19 +0100 Subject: [PATCH] Improve UMLGRAPH_HOME construction Now you can call it from another directory, like "UMLGraph/umlgraph ..." --- umlgraph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umlgraph b/umlgraph index 2119ace..544b292 100755 --- a/umlgraph +++ b/umlgraph @@ -6,7 +6,7 @@ # # -UMLGRAPH_HOME=lib +UMLGRAPH_HOME=$(dirname $0)/lib if [ x$2 = x ] then