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, 0 insertions, 1 deletions
diff --git a/scripts/graphviz-sql.sh b/scripts/graphviz-sql.sh
index 7a7cc8e9..e52fda79 100644
--- a/scripts/graphviz-sql.sh
+++ b/scripts/graphviz-sql.sh
@@ -25,7 +25,6 @@ do
s/\|\\}/}/g;
s/{\n/{\n\tedge [arrowtail=none, arrowhead=crow];\n/;
' |
- tee ${i%.sql}.dot |
dot -Tps2 |
ps2pdf - ${i%.sql}.pdf
done