#2212: Perl missing from version-check.sh
------------------------------------------+---------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [email protected]
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0
Component: Book | Version: SVN
Severity: trivial | Keywords:
------------------------------------------+---------------------------------
Fairly trivial, but Perl is mentioned as a host pre-req, but is not
checked for in version-check.sh (preface/iv). The following works for me,
although I don't know how portable it is across distros/Perl versions:
{{{
echo -n "Perl: "; perl --version | head -2 | tail -1 | awk '{print $4}';
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2212>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page