changeset 2 | 303757a437d3 |
parent 0 | 4f2f89ce4247 |
0:4f2f89ce4247 | 2:303757a437d3 |
---|---|
35 my $getOptionsResult = GetOptions( |
35 my $getOptionsResult = GetOptions( |
36 'prefix=s' => \$prefix, |
36 'prefix=s' => \$prefix, |
37 'offset=i' => \$offset |
37 'offset=i' => \$offset |
38 ); |
38 ); |
39 |
39 |
40 $file = $ENV{"WEBKITDIR"} . $ARGV[0]; |
40 $file = $ARGV[0]; |
41 |
41 |
42 die "$usage\n" unless ($prefix and $file); |
42 die "$usage\n" unless ($prefix and $file); |
43 |
43 |
44 my $stub_template = ""; |
44 my $stub_template = ""; |
45 my $output_end = ""; |
45 my $output_end = ""; |