usr/bin/python /usr/lib/command-not-found -- $1
return $?
elif [ -x /usr/share/command-not-found ]; then
/usr/bin/python /usr/share/command-not-found -- $1
return $?
else
return 127
fi
}
fi
--
littlebat
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
o use case
about setting environment varible with "set" command except one I confirmed it
can't work under my Ubuntu 10.04 host.
I consider it is a LFS BOOK 6.6 bug, isn't it?
I am a LFS newbie, don't hesitate to write more words reply on this issue :-)
--
littlebat
--
http:/
On Sat, 05 Jun 2010 11:17:23 +0100
Andrew Benton wrote:
> On 05/06/10 09:43, littlebat wrote:
> > I am using Ubuntu 10.04 as the LFS building host. And I am learning LFS
> > BOOK 6.6: 4.5. About SBUs:
> > http://www.linuxfromscratch.org/lfs/view/6.6/chapter04/aboutsbus.ht
j2" but failed
when do "make -j2 install" on package glibc?
And, you did "make -j4" and "make -j4 install" on this package successfully
later?
What's your CPU? a four cores CPU? or you just did it on a four CPUs' machine?
I'm
> cat > ~/.bash_profile << "EOF"
> exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' ENV=$HOME/.bashrc
> /bin/bash --posix
> EOF
>
> Of course, you lose all the nice bashisms, though.
I don't know if start interactive bash with posix mode
allation should depends
on Linux API Headers too.
Best regards,
--
littlebat
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
nd ensure that all tests passed:". This will ensure these
trivial bug disappear forever.
--
littlebat
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page