aboutsummaryrefslogtreecommitdiff
path: root/scripts/graphviz-sql.sh
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-04-02 14:53:32 +0000
committerRob Austein <sra@hactrn.net>2010-04-02 14:53:32 +0000
commit753d01ce2ede96bf204dc75cf9a776799fc9f7ff (patch)
tree1a6b89c0934834eb97bd2ce89b5af149230637cf /scripts/graphviz-sql.sh
parent8b3b77bfebbb192a77d35f899b45d9a568280d88 (diff)
SQL Fairy has started putting in an explicit arrowhead setting, which
we now have to override to get the effect we want in SQL diagrams. svn path=/rpkid/doc/Installation; revision=3157
Diffstat (limited to 'scripts/graphviz-sql.sh')
-rw-r--r--scripts/graphviz-sql.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/graphviz-sql.sh b/scripts/graphviz-sql.sh
index 76901076..21a81146 100644
--- a/scripts/graphviz-sql.sh
+++ b/scripts/graphviz-sql.sh
@@ -36,5 +36,6 @@ SOURCE="$1" perl -0777 -pe '
s/\|\\l \\}/}/g;
s/\|\\}/}/g;
s/{\n/{\n\tedge [arrowtail=none, arrowhead=crow];\n/;
+ s/\[arrowhead=normal\]/[arrowtail=none, arrowhead=crow]/g;
s=^=// Automatically generated from $ENV{SOURCE}\n\n=;
'