aboutsummaryrefslogtreecommitdiff
path: root/scripts/graphviz-sql.sh
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-09-25 15:47:10 +0000
committerRob Austein <sra@hactrn.net>2007-09-25 15:47:10 +0000
commite71a68aebe5db57539a4ddcb55f62e57f56aae12 (patch)
tree7662b30278a493509a8cd94de9b33e20679dda4d /scripts/graphviz-sql.sh
parent71701d88132327d6595890f9505e998c6716bf82 (diff)
Don't write intermediate .dot file.
svn path=/scripts/graphviz-sql.sh; revision=1021
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