Skip to content

Commit 28c6014

Browse files
committed
Fix misspelled shebang
1 parent a8d281b commit 28c6014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preproc.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/end perl
1+
#!/usr/bin/env perl
22
use strict;
33
use warnings;
44

0 commit comments

Comments
 (0)