Further usplash development

Till Varoquaux till.varoquaux at gmail.com
Tue Aug 30 07:19:57 CDT 2005


under bash which can be more or less replaced by type...
otherwhise a for loop in the path could do the trick...
something like (min you this is very ugly but uses only stuff in /bin):

#!/bin/sh
for i in $(echo $PATH | sed -e 's|:|\n|g'); do 
[ -x "$i/$1" ] && exit 0; 
done
exit 1

could work

To sum up things: which is a pain to work without..
Till
On 8/30/05, Trent Lloyd <lathiat at bur.st> wrote:
> 
> On Tue, Aug 30, 2005 at 12:16:36PM +0200, Martin Pitt wrote:
> > Hi!
> >
> > I just tested usplash with the very latest packages. Works in
> > principle, but I get dropped out of the graphical mode back into plain
> > ol' 80x25 text mode very soon (amd64, Nvidia GeForce 5200). Is that a
> > known bug as well or do you need further information about it?
> 
> I've had the same problem however I haven't tested with -6 yet.
> 
> Cheers,
> Trent
> 
> >
> > Martin
> >
> > --
> > Martin Pitt http://www.piware.de
> > Ubuntu Developer http://www.ubuntu.com
> > Debian Developer http://www.debian.org
> 
> 
> 
> > --
> > ubuntu-devel mailing list
> > ubuntu-devel at lists.ubuntu.com
> > http://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
> 
> 
> --
> Trent Lloyd <lathiat at bur.st>
> Bur.st <http://Bur.st> Networking Inc.
> 
> --
> ubuntu-devel mailing list
> ubuntu-devel at lists.ubuntu.com
> http://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ubuntu.com/archives/ubuntu-devel/attachments/20050830/2dcad3d3/attachment-0001.htm


More information about the ubuntu-devel mailing list