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 c8d7861da4
commit e286d4c57b

View File

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