Ignore:
Timestamp:
Apr 13, 2008, 9:59:55 PM (16 years ago)
Author:
katerina
Message:

Fixes for tickes #93 to #104 (yes, big commit, bad, bad,...).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testrun_1d.sh

    r85 r169  
    197197proc_psarg ()
    198198{
    199     OS=`uname -o`
     199    OS=`uname -s`
    200200    case $OS in
    201201        *Linux*|*linux*)
    202202            PSARG="-eT";;
     203        *OpenBSD*)
     204            PSARG="akx";;
    203205        *)
    204206            PS=`proc_pspath`
Note: See TracChangeset for help on using the changeset viewer.