]> granicus.if.org Git - docbook-dsssl/commitdiff
Avoid recursion on my system
authorNorman Walsh <ndw@nwalsh.com>
Thu, 13 Jun 2002 14:59:30 +0000 (14:59 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 13 Jun 2002 14:59:30 +0000 (14:59 +0000)
cvstools/untidy

index 196d58a30d06a74cef079f100201ef7f8097d8ac..944a31c549c4074a41093b26586ae30a2878ce46 100755 (executable)
@@ -5,7 +5,7 @@ my $opts = join(" ", @ARGV);
 
 my $content = "";
 
-open (F, "tidy $opts $filename |");
+open (F, "/usr/bin/tidy $opts $filename |");
 while (<F>) {
     $content .= $_;
 }