aboutsummaryrefslogtreecommitdiff
path: root/scripts/graphviz-sql.sh
diff options
context:
space:
mode:
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=;
'