Bob Miller ([EMAIL PROTECTED]) wrote:
>
>Bob Crandell wrote:
>
>> if [ "$?" -ne 0 -o "$DD" = "" ]; then
>
>Should be...
>
>  if [ "$?" -ne 0 -o "$DD" == "" ]; then
>
>[EMAIL PROTECTED]
>http://mailman.efn.org/cgi-bin/listinfo/eug-lug
>
if [ "$?" -ne 0 -o "$DD" = "" ]; then
Should be...
if [ "$?" -ne 1 -o "$DD" == "" ]; then

Thanks

--
Assured Computing
When you need to be sure.
[EMAIL PROTECTED]
www.assuredcomp.com
Voice - 541-868-0331
FAX - 541-463-1627
Eugene, Oregon


_______________________________________________
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to