mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
* Set the Perl search path properly (reported by Roy van den Broek).
This commit is contained in:
parent
e0f4e587c3
commit
6ff48e77f6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! @perl@ -w
|
||||
#! @perl@ -w -I@libexecdir@/nix
|
||||
|
||||
use strict;
|
||||
use POSIX qw(tmpnam);
|
||||
|
|
Loading…
Reference in a new issue