ajack 2003/09/09 07:24:52 Modified: . gumpy.sh Log: Show the forrest "broken link report" when present. Revision Changes Path 1.7 +6 -0 jakarta-gump/gumpy.sh Index: gumpy.sh =================================================================== RCS file: /home/cvs/jakarta-gump/gumpy.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gumpy.sh 8 Sep 2003 18:25:39 -0000 1.6 +++ gumpy.sh 9 Sep 2003 14:24:51 -0000 1.7 @@ -146,6 +146,12 @@ fi echo $SEPARATOR >> $GUMP_LOG +if [ -f $GUMP_WS/forrest/build/tmp/brokenlinks.txt ] ; then + echo $SEPARATOR >> $GUMP_LOG + cat $GUMP_WS/forrest/build/tmp/brokenlinks.txt >> $GUMP_LOG + echo $SEPARATOR >> $GUMP_LOG +fi + # Just in case... cd $GUMP @@ -153,8 +159,8 @@ pkill -P $$ # $Log$ -# Revision 1.6 2003/09/08 18:25:39 ajack -# gumpy.sh had a few missing line feeds. +# Revision 1.7 2003/09/09 14:24:51 ajack +# Show the forrest "broken link report" when present. # # Revision 1.2 2003/05/30 22:02:56 nickchalko # Fixing incomplete update from Adam
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
