Re: [Code] Core dumps

From: Sammy (samedi@clark.net)
Date: 10/10/96


On Thu, 10 Oct 1996, Ebon Mists wrote:

-   if(-r bin/circle.new) then
-     rm bin/circle
-     mv bin/circle.new bin/circle
-   endif

And if you have the space,

if(-r bin/circle.new) then
  mv bin/circle bin/circle.old
  mv bin/circle.new bin/circle
endif

So you'll have a useable executable to check core file against.

Sam

+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/18/00 PST