Browse Source

Create shell script by default

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

+ 1
- 1
bin/mkexec View File

@@ -7,7 +7,7 @@ use warnings;
7 7
 sub usage; sub mkexec; sub guesstype; sub getcmd; sub launch_editor;
8 8
 sub nextarg { $ARGV[0] }
9 9
 
10
-my $DEFAULT_TYPE = 'pl';
10
+my $DEFAULT_TYPE = 'sh';
11 11
 my $DEFAULT_MODE = 0755;
12 12
 my $DEFAULT_FORCE = 0;
13 13