Hello!
> This patch eliminate unportable egrep -q usage in mc.menu file.
> It seems case xxx in *.tgz) is more portable. If it is really
> so I can rewrite mc.menu in such order at all.
That's correct. "egrep -q" doesn't work on Solaris 8. "case" is used in
Autoconf, which means that it's _ver
Hi!
This patch eliminate unportable egrep -q usage in mc.menu file.
It seems case xxx in *.tgz) is more portable. If it is really
so I can rewrite mc.menu in such order at all.
Best regards,
Andrew.
ChangeLog:
lib/mc.menu: Eliminate egrep -q, use case instead.
Index: mc.menu
=