Removed rplog.c from MANIFEST and modified makeconnect.sh to make a
authorRick L Bird <nveid@yahoo.com>
Sun, 10 Apr 2011 19:59:11 +0000 (15:59 -0400)
committerRick L Bird <nveid@yahoo.com>
Sun, 10 Apr 2011 19:59:11 +0000 (15:59 -0400)
connect.txt out of 0.80 correct as well as 0.80p30 whatever...

MANIFEST
utils/makeconnect.sh

index 8e53e663569f1502218fa7fa7b3ecf1280e51645..6d198fb842bc24a50395e5c6d47775027f45e8b2 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -193,7 +193,6 @@ src/privtab.c
 src/prog.c
 src/ptab.c
 src/rob.c
-src/rplog.c
 src/services.c
 src/set.c
 src/shs.c
index ef2e3959cd38017f0d459c076d5a11fbe2b356c2..310ad25961a17ce42e0184e2ee2c38fef7fbd12e 100755 (executable)
@@ -5,8 +5,10 @@ cat > connect.txt <<EOSH
 <It's a good idea to include an email address for questions about the MUSH>
 EOSH
 
-version=`grep VERSION hdrs/version.h | sed 's/^.*"\(.*\)[p].*$/\1/'`
+version=`grep VERSION hdrs/version.h | sed 's/^.*"\(.*\)\"/\1/'`
+echo $version
 header_string="----------------------- CobraMUSH-v$version -------------------------------------"
+echo $header_string
 echo $header_string >> connect.txt
 cat >> connect.txt << EOSH
 Use create <name> <password> to create a character.