IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17605 for trunk/ippTasks


Ignore:
Timestamp:
May 9, 2008, 11:04:29 AM (18 years ago)
Author:
eugene
Message:

interpolate @CWD@

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/automate.pro

    r17577 r17605  
    1717# DONE (action finished)
    1818
     19macro init.automate
     20  ## probably should not always init
     21  book init automate
     22end
     23
    1924macro load.automate
    2025  if ($0 != 3)
     
    2429  queueload tmp -x "cat $MODULES:0/$1"
    2530
     31  pwd -var cwd
     32
    2633  ## interpolate standard values
    2734  queuesubstr tmp @DBNAME@ $2
     35  queuesubstr tmp @CWD@ $cwd
    2836
    2937  ipptool2book tmp automate -key name -uniq -setword pantaskState INIT.BLOCK
Note: See TracChangeset for help on using the changeset viewer.