summaryrefslogtreecommitdiff
path: root/contrib/expose.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/expose.pl')
-rw-r--r--contrib/expose.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/expose.pl b/contrib/expose.pl
index 7f0600b..0a7127e 100644
--- a/contrib/expose.pl
+++ b/contrib/expose.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# Maintainer: Trent Buck <[EMAIL PROTECTED]>
# License: Public Domain
@@ -24,7 +24,7 @@ require "assert.pl"; #used for validation.
use strict;
my $N_LIMIT = 2;
my $LIMIT = 0.01; #smaller number --> slower, but more accurate
-my $RATPOISON = 'ratpoison';
+my $RATPOISON = $ENV{RATPOISON} || 'ratpoison';
#-- main -----------------------------------------------------------------------