From: Aaron A. <aa...@us...> - 2007-10-16 02:02:31
|
Update of /cvsroot/jboost/jboost/scripts In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1395 Modified Files: atree2dot2ps.pl Log Message: dirname bug fixed Index: atree2dot2ps.pl =================================================================== RCS file: /cvsroot/jboost/jboost/scripts/atree2dot2ps.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** atree2dot2ps.pl 10 Jul 2007 01:38:38 -0000 1.4 --- atree2dot2ps.pl 16 Oct 2007 02:02:27 -0000 1.5 *************** *** 71,74 **** --- 71,76 ---- $graphtitle .= " | "; + $filename= $dirname . "/" . $filename; + open(FILE,$filename) || die "could not open $file \n"; $filename =~ s/.output.tree//; |