Changeset 17739 for trunk/DataStore/scripts/dsproductls
- Timestamp:
- May 19, 2008, 11:24:15 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/scripts/dsproductls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/scripts/dsproductls
r17649 r17739 3 3 # Copyright (C) 2006-2008 Joshua Hoblitt 4 4 # 5 # $Id: dsproductls,v 1. 5 2008-05-13 03:12:52jhoblitt Exp $5 # $Id: dsproductls,v 1.6 2008-05-19 21:24:15 jhoblitt Exp $ 6 6 7 7 use strict; … … 43 43 ); 44 44 45 unless (defined $response or$response->is_success) {45 unless (defined $response and $response->is_success) { 46 46 warn "request failed: ", $response->status_line; 47 47 exit($response->code - 300);
Note:
See TracChangeset
for help on using the changeset viewer.
