Changeset 37195 for trunk/ippScripts/scripts/sc_prepare_stack.pl
- Timestamp:
- Aug 6, 2014, 6:24:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/sc_prepare_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_prepare_stack.pl
r37125 r37195 149 149 # This actually returns all the individual stack/skyfiles that comprise this run. Because consistency. 150 150 my $command = "$stacktool -inputskyfile -stack_id $stack_id "; 151 151 $command .= " -dbname $dbname " if defined($dbname); 152 152 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 153 153 run(command => $command, verbose => 0);
Note:
See TracChangeset
for help on using the changeset viewer.
