Changeset 20133
- Timestamp:
- Oct 13, 2008, 4:28:33 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_exp.pl
r20119 r20133 112 112 if (uc(&value_for_flag ($cmdflags, "-exp_name")) eq "NULL") { &my_die ("exp_name not found", $exp_id, $PS_EXIT_CONFIG_ERROR); } 113 113 114 my $exp_type = &value_for_flag ( "-exp_type");114 my $exp_type = &value_for_flag ($cmdflags, "-exp_type"); 115 115 if (uc($exp_type) eq "NULL") { &my_die ("exp_type not found", $exp_id, $PS_EXIT_CONFIG_ERROR); } 116 116
Note:
See TracChangeset
for help on using the changeset viewer.
