Changeset 31724
- Timestamp:
- Jun 28, 2011, 1:50:07 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/survey.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/survey.pro
r31686 r31724 768 768 $run = $run -definebyquery -label $label -set_dvodb $dvodb -set_minidvodb_group $minidvodb_group -set_minidvodb -set_label $minidvodb_group -stage $stage 769 769 # echo $run 770 if ( $stage == 'cam')770 if ("$stage" == "cam") 771 771 #only queue destreaked cams. stacks and staticsky don't need this 772 772 $run = $run -destreaked 773 773 end 774 if ( $stage == 'staticsky')774 if ("$stage" == "staticsky") 775 775 #only queue uncensored staticsky 776 776 $run = $run -uncensored 777 777 end 778 if ( $stage == 'stack')778 if ("$stage" == "stack") 779 779 #only queue uncensored stacks 780 780 $run = $run -uncensored … … 784 784 785 785 786 786 echo $run 787 787 command $run 788 788 end 789 789 790 790 # success 791 791 792 task.exit 0 792 793 # echo "Success"
Note:
See TracChangeset
for help on using the changeset viewer.
