Browse Source

Fix double declaration

Alois Mahdal 10 years ago
parent
commit
18141bd1ab
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/mkexec

+ 1
- 1
bin/mkexec View File

19
 
19
 
20
 my $force = $DEFAULT_FORCE;
20
 my $force = $DEFAULT_FORCE;
21
 my $edit = $DEFAULT_EDIT;
21
 my $edit = $DEFAULT_EDIT;
22
-my $name; my $type; my $purpose; my $edit;
22
+my $name; my $type; my $purpose;
23
 
23
 
24
 foreach (@ARGV) {
24
 foreach (@ARGV) {
25
     if (m/-f|--force/) {
25
     if (m/-f|--force/) {