From 3019b94aedb70ebfacbcae938b9925093f584ad7 Mon Sep 17 00:00:00 2001 From: "Kevin L. Mitchell" Date: Fri, 30 Nov 2007 23:50:04 +0000 Subject: [PATCH] Author: Kev 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 | 2 ++ ircd/version.c.SH | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ded2045..6ca8562 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-30 Kevin L. Mitchell + * 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 diff --git a/ircd/version.c.SH b/ircd/version.c.SH index 03c02c3..fca1804 100644 --- a/ircd/version.c.SH +++ b/ircd/version.c.SH @@ -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 -- 2.20.1