Description of problem: Something i got from my root spool mail From: Cron Daemon <root.org> To: root.org Subject: Cron <root@hikari> run-parts /etc/cron.daily Date: Sat, 29 Mar 2008 05:09:24 +0800 /etc/cron.daily/makewhatis.cron: /usr/sbin/makewhatis: line 450: syntax error near unexpected token `done' /usr/sbin/makewhatis: line 450: ` done' Version-Release number of selected component (if applicable): [izhar@hikari ~]$ rpm -V `rpm -qf /usr/sbin/makewhatis` [izhar@hikari ~]$ rpm -qf /usr/sbin/makewhatis man-1.6f-2.fc9.i386 How reproducible: Everytime Steps to Reproduce: 1.run /usr/bin/makewhatis 2. 3. Actual results: /usr/sbin/makewhatis: line 450: syntax error near unexpected token `done' /usr/sbin/makewhatis: line 450: ` done' Expected results: the program runs cleanly Additional info: looks to me like inproper closing of 'do's and 'if's. Not familiar with the app, not sure where to add the closing.
*** This bug has been marked as a duplicate of 438950 ***