From 6ff48e77f6da3c523a29c254b315d83e310290b3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Jan 2005 21:55:02 +0000 Subject: [PATCH] * Set the Perl search path properly (reported by Roy van den Broek). --- scripts/nix-push.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nix-push.in b/scripts/nix-push.in index 2c5fb792f..1c51778f1 100644 --- a/scripts/nix-push.in +++ b/scripts/nix-push.in @@ -1,4 +1,4 @@ -#! @perl@ -w +#! @perl@ -w -I@libexecdir@/nix use strict; use POSIX qw(tmpnam);