On 3/15/07, M.Canales.es <[EMAIL PROTECTED]> wrote: > > I don't know how to fix that. If using /bin/sleep then the segfault will be on > the second stripping phase. Maybe something like this could work? > > if [[ "$SHELL" = "/bin/bash" ]] ; then > SLEEP=/bin/sleep > else > SLEEP=/tools/bin/sleep > fi
Seems like it would work. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
