IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30181


Ignore:
Timestamp:
Dec 26, 2010, 6:59:11 AM (15 years ago)
Author:
eugene
Message:

check args for ns.add.date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_science.pro

    r30136 r30181  
    132132#
    133133macro ns.add.date
     134  if ($0 != 2)
     135    echo "USAGE: ns.add.date (YYYY-MM-DD)"
     136    break
     137  end
     138
    134139   book newpage nsData $1
    135140   book setword nsData $1 nsState NEW
Note: See TracChangeset for help on using the changeset viewer.