Improve UMLGRAPH_HOME construction

Now you can call it from another directory, like "UMLGraph/umlgraph ..."
This commit is contained in:
Andreas Zwinkau 2015-01-16 09:49:19 +01:00
parent ee82a7fd20
commit e0a1161bbb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#
#
UMLGRAPH_HOME=lib
UMLGRAPH_HOME=$(dirname $0)/lib
if [ x$2 = x ]
then