Changeset 28666 for trunk/ippScripts/scripts/automate_stacks.pl
- Timestamp:
- Jul 13, 2010, 12:38:42 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r28609 r28666 1070 1070 unless ($success) { 1071 1071 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 1072 &my_die("Unable to perform stacktool: $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);1072 &my_die("Unable to perform cleantool ($command): $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR); 1073 1073 } 1074 1074 } … … 1090 1090 unless ($success) { 1091 1091 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 1092 &my_die("Unable to perform stacktool: $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);1092 &my_die("Unable to perform cleantool ($command): $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR); 1093 1093 } 1094 1094 }
Note:
See TracChangeset
for help on using the changeset viewer.
