Browse Source

Markdown.pl: use #!/usr/bin/env perl instead of #!/usr/bin/perl

Some systems do not have a /usr/bin/perl but it will be in
the $PATH there so /usr/bin/env will be able to find it.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master
Kyle J. McKay 8 years ago
parent
commit
d84a88f137
  1. 2
      Markdown.pl

2
Markdown.pl

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# Markdown -- A text-to-HTML conversion tool for web writers

Loading…
Cancel
Save