Changeset 16160 for trunk/DataStore/scripts/dsget
- Timestamp:
- Jan 18, 2008, 5:27:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/scripts/dsget (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/scripts/dsget
r16159 r16160 3 3 # Copyright (C) 2006-2008 Joshua Hoblitt 4 4 # 5 # $Id: dsget,v 1. 9 2008-01-19 03:22:47 jhoblitt Exp $5 # $Id: dsget,v 1.10 2008-01-19 03:27:17 jhoblitt Exp $ 6 6 7 7 use strict; … … 41 41 # --volume implies --nebulous 42 42 if ($volume) { 43 $nebulous | =1;43 $nebulous ||=1; 44 44 } 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
