diff libpurple/plugins/test.pl @ 22015:72f90ea7ae34

Don't assume perl is at /usr/bin/perl, use /usr/bin/env instead. This is not foolproof, but it's consistent with what we're doing for Python. If this causes problems, we can revert or try something else. Refs #4436
author Richard Laager <rlaager@wiktel.com>
date Sat, 05 Jan 2008 18:41:33 +0000
parents 22f65e75980c
children 5b6d6ea542b8
line wrap: on
line diff
--- a/libpurple/plugins/test.pl	Sat Jan 05 18:36:23 2008 +0000
+++ b/libpurple/plugins/test.pl	Sat Jan 05 18:41:33 2008 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
 
 use Gaim;