Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Fri, 30 Nov 2007 23:50:04 +0000 (23:50 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Fri, 30 Nov 2007 23:50:04 +0000 (23:50 +0000)
Log message:

Fix some minor bitrot

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1852 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/version.c.SH

index ded20456125800820138abdbe8c3acf354bd468e..6ca8562c4db3d5112fb82f1db8e247419f7e15c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-11-30  Kevin L. Mitchell  <klmitch@mit.edu>
 
+       * ircd/version.c.SH: correct invalid syntax in shell case/esac
+
        * ircd/ircd_lexer.l: provide an implementation of yywrap() so we
        no longer have to link against -lfl
 
index 03c02c332b045dabd137ac5768a07aea2ee3bcff..fca1804cef8867efb19d23011e3088b44b8b57a8 100644 (file)
@@ -87,8 +87,8 @@ const char *infotext[] = {
 
 ( for file in ${srcdir}/ircd/*.[cly] ${srcdir}/ircd/version.c.SH ; do
     case `basename $file` in
-      version.c | y.tab.c | lex.yy.c | chattr.tab.c ) ;;
-      * ) echo $file ;;
+      version.c | y.tab.c | lex.yy.c | chattr.tab.c ) ;;
+      * ) echo $file ;;
     esac done ) | ./umkpasswd -5 >> version.c
 
 echo "    \"\"," >> version.c