Changeset 17605 for trunk/ippTasks
- Timestamp:
- May 9, 2008, 11:04:29 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/automate.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/automate.pro
r17577 r17605 17 17 # DONE (action finished) 18 18 19 macro init.automate 20 ## probably should not always init 21 book init automate 22 end 23 19 24 macro load.automate 20 25 if ($0 != 3) … … 24 29 queueload tmp -x "cat $MODULES:0/$1" 25 30 31 pwd -var cwd 32 26 33 ## interpolate standard values 27 34 queuesubstr tmp @DBNAME@ $2 35 queuesubstr tmp @CWD@ $cwd 28 36 29 37 ipptool2book tmp automate -key name -uniq -setword pantaskState INIT.BLOCK
Note:
See TracChangeset
for help on using the changeset viewer.
