Skip to content

Commit

Permalink
taking out un-needed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bishakhabanerjee%netscape.com committed Jun 25, 2003
1 parent 2b7a328 commit a48316b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/nss/tests/header
Expand Up @@ -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"
Expand Down

0 comments on commit a48316b

Please sign in to comment.