Changeset 897 for LATMOS-Accounts


Ignore:
Timestamp:
02/22/12 13:20:12 (12 years ago)
Author:
nanardon
Message:
  • properly get exit status
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/bin/la-sync-manager

    r872 r897  
    9191            # no such process ?? 
    9292        } elsif ($retpid) { 
    93             $res = $? << 8; 
     93            $res = $? >> 8; 
    9494            if ($res) { 
    9595                la_log LA_ERR, "Sync process exit with $res"; 
Note: See TracChangeset for help on using the changeset viewer.