taking out un-needed stuff

git-svn-id: svn://10.0.0.236/trunk@144153 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bishakhabanerjee%netscape.com
2003-06-25 17:39:38 +00:00
parent 5af2260d0d
commit c5c2f35659

View File

@@ -683,7 +683,7 @@ init_files()
Debug "About to touch $NEWFILENAME "
touch $NEWFILENAME || Exit "Error: can't touch $NEWFILENAME"
if [ "$O_TBX" = "ON" ] ; then
echo "QA results in $RESULTDIRURL" >>$NEWFILENAME || Exit "Error: can't write to $NEWFILENAME"
echo "QA results in $RESULTDIR" >>$NEWFILENAME || Exit "Error: can't write to $NEWFILENAME"
fi
Debug "About to cat $FILENAME >>$NEWFILENAME "
cat $FILENAME >>$NEWFILENAME || Exit "Error: can't append $FILENAME to $NEWFILENAME"