Use /usr/bin/env to the perl binary in markdown.pl

This commit is contained in:
Uriel 2008-09-17 01:39:52 +02:00
parent 07ccf11004
commit 88cae6e429

View file

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