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,7 +19,7 @@ my $DEFAULT_EDIT = 0;
19 19
 
20 20
 my $force = $DEFAULT_FORCE;
21 21
 my $edit = $DEFAULT_EDIT;
22
-my $name; my $type; my $purpose; my $edit;
22
+my $name; my $type; my $purpose;
23 23
 
24 24
 foreach (@ARGV) {
25 25
     if (m/-f|--force/) {