From 9015f24e17f9f4d9b8443ac91d0c4ca0b6a2123e Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 10 May 2005 11:55:47 +0000 Subject: [PATCH] Clifford Wolf: Automatically run 'dot' in Check-Deps-2 git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5975 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Check-Deps-2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Check-Deps-2 b/scripts/Check-Deps-2 index c522ea30b..db8db42c4 100755 --- a/scripts/Check-Deps-2 +++ b/scripts/Check-Deps-2 @@ -162,6 +162,8 @@ for $iteration (1..99) { } close F; + system("dot -Tps dependencies.dot -o dependencies.ps"); + last; } $lop{$looplog} = $iteration;