IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 1:50:11 PM (19 years ago)
Author:
eugene
Message:

convert to new gauss-jordan code (non-Press); fixing Wall,Werror warnings; fixed bug in shell command; fixed bug in matrix element lookup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/test/list.sh

    r14176 r16059  
    7575  echo "Number of list elements: $check4:n"
    7676 end
    77  if (("$check4:0" != "This ") || ("$check4:1" != "is ") || ("$check4:2" != "a ") || ("$check4:3" != "list "))
     77 if (("$check4:0" != "This") || ("$check4:1" != "is") || ("$check4:2" != "a") || ("$check4:3" != "list"))
    7878  $PASS = 0
    7979  echo "List element does not return correctly!"
Note: See TracChangeset for help on using the changeset viewer.