- Timestamp:
- 06/23/12 10:53:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/start.sh
r14130 r14221 61 61 62 62 # RC<=128 || RC==KILL || RC=TERM || RC=exception 63 if [ ( $RC -le 128 ) -o ( $RC -eq 137 ) -o ( $RC -eq 143 ) -o ( $RC -eq 255 )]; then63 if [ $RC -le 128 ] || [ $RC -eq 137 ] || [ $RC -eq 143 ] || [ $RC -eq 255 ] ]; then 64 64 exit 65 65 fi
Note:
See TracChangeset
for help on using the changeset viewer.