#1977: Perl compile fails at autosplit phase
-----------------------------------+----------------------------------------
Reporter: Paul Lowman | Owner: [EMAIL PROTECTED]
Type: defect | Status: assigned
Priority: normal | Milestone: 6.3
Component: Book | Version: 6.2
Severity: normal | Resolution:
Keywords: preplibrary autosplit |
-----------------------------------+----------------------------------------
Comment (by [EMAIL PROTECTED]):
OK. I think there's something wrong with the bash that you built. Try this
test case.
{{{
$ cat > test.sh << "EOF"
set ./lib ./lib/auto
for dir do
echo $dir
done
EOF
$ /tools/bin/sh -x ./test.sh
}}}
It should echo ./lib and ./lib/auto on separate lines with some tracing
output.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1977#comment:13>
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