* Set the Perl search path properly (reported by Roy van den Broek).

This commit is contained in:
Eelco Dolstra 2005-01-19 21:55:02 +00:00
parent e0f4e587c3
commit 6ff48e77f6

View file

@ -1,4 +1,4 @@
#! @perl@ -w
#! @perl@ -w -I@libexecdir@/nix
use strict;
use POSIX qw(tmpnam);