From: nveid Date: Tue, 10 Apr 2007 05:56:14 +0000 (+0000) Subject: Fixed cbuffer crash, removed console.c from MANIFEST, and udpated numerous places... X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=fb8ecce7a884a300b6dbe93a584e9610d94acd41;p=cobramush.git Fixed cbuffer crash, removed console.c from MANIFEST, and udpated numerous places where PennMUSH was referenced where cobraMUSH should be referenced. (cherry picked from commit 672bc5a716bdb1de6437ff85131571ba8ed2e8fa) --- diff --git a/MANIFEST b/MANIFEST index 4e66385..b95d461 100644 --- a/MANIFEST +++ b/MANIFEST @@ -159,7 +159,6 @@ src/comp_w.c src/comp_w8.c src/compress.c src/conf.c -src/console.c src/cque.c src/create.c src/cron.c diff --git a/MANIFEST.new b/MANIFEST.new index 9e5a268..14c229e 100644 --- a/MANIFEST.new +++ b/MANIFEST.new @@ -158,7 +158,6 @@ src/comp_w.c src/comp_w8.c src/compress.c src/conf.c -src/console.c src/cque.c src/create.c src/cron.c diff --git a/Makefile.SH b/Makefile.SH index 9766dff..7171441 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -32,7 +32,7 @@ fi : Protect any dollar signs and backticks that you do not want interpreted : by putting a backslash in front. You may delete these comments. $spitshell >Makefile <Makefile <