| Use /usr/bin/env to the perl binary in markdown.pl - swerc - anselm's simpler w… | |
| git clone git://git.suckless.org/swerc | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit ce9680bc8b5c66300d307c5dd97cc56be45ae137 | |
| parent 407238a2a837a45270bc40cb877c6419a2f0841c | |
| Author: [email protected] <unknown> | |
| Date: Wed, 17 Sep 2008 01:39:52 +0200 | |
| Use /usr/bin/env to the perl binary in markdown.pl | |
| Diffstat: | |
| M bin/markdown.pl | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/bin/markdown.pl b/bin/markdown.pl | |
| @@ -1,4 +1,4 @@ | |
| -#!/usr/bin/perl | |
| +#!/usr/bin/env perl | |
| # | |
| # Markdown -- A text-to-HTML conversion tool for web writers | |
| # |