BSD 4 release
[unix-history] / usr / src / cmd / csh / alloc.c
index 18a5589..ac3ca8a 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (c) 1979 Regents of the University of California */
+static char *sccsid = "@(#)alloc.c 4.1 10/9/80";
+
 #include "sh.local.h"
 #ifdef debug
 #define ASSERT(p) if(!(p))botch("p");else
 #include "sh.local.h"
 #ifdef debug
 #define ASSERT(p) if(!(p))botch("p");else
@@ -6,7 +7,6 @@ botch(s)
 char *s;
 {
        printf("assertion botched: %s\n",s);
 char *s;
 {
        printf("assertion botched: %s\n",s);
-       chdir("/usr/bill/cshcore");
        abort();
 }
 #else
        abort();
 }
 #else