Debian Developers - Re: please fix your RC bugs

This is Interesting: Free IT Magazines  
Home > Archive > Debian Developers > August 2005 > Re: please fix your RC bugs





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: please fix your RC bugs
Nathanael Nerode

2005-08-11, 7:51 am

phil@bolthole.com wrote:

>sigh.. okay, my "correction" had bugs, too :-)
>better as
>
>
>if [ ! -d ~root -a -x /usr/xpg4/bin/sh ] ; then
>


Better yet, be POSIX compliant:

if [ ! -d ~root ] && [ -x /usr/xpg4/bin/sh ] ; then


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com