IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16160


Ignore:
Timestamp:
Jan 18, 2008, 5:27:17 PM (18 years ago)
Author:
jhoblitt
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r16159 r16160  
    33# Copyright (C) 2006-2008  Joshua Hoblitt
    44#
    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 $
    66
    77use strict;
     
    4141# --volume implies --nebulous
    4242if ($volume) {
    43     $nebulous |=1;
     43    $nebulous ||=1;
    4444}
    4545
Note: See TracChangeset for help on using the changeset viewer.