Changeset 26101
- Timestamp:
- Nov 12, 2009, 1:29:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r25835 r26101 367 367 my $temp_delete = defined($recipe) and metadataLookupBool($recipe, 'TEMP.DELETE'); # Delete temp files? 368 368 if ($temp_delete) { 369 my $temp_dir = metadataLookupStr($recipe, 'TEMP.DIR'); # Directory with temporary files 369 $ipprc->load_site() or &my_die("Unable to load site configurat.", $stack_id, $PS_EXIT_CONFIG_ERROR); 370 my $temp_dir = metadataLookupStr($ipprc->{_siteConfig}, 'TEMP.DIR'); # Directory with temporary files 370 371 my $temp_image = metadataLookupStr($recipe, 'TEMP.IMAGE'); # Suffix for image 371 372 my $temp_mask = metadataLookupStr($recipe, 'TEMP.MASK'); # Suffix for mask
Note:
See TracChangeset
for help on using the changeset viewer.
