From 6ff48e77f6da3c523a29c254b315d83e310290b3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Jan 2005 21:55:02 +0000 Subject: * Set the Perl search path properly (reported by Roy van den Broek). --- scripts/nix-push.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/nix-push.in b/scripts/nix-push.in index 2c5fb792f556..1c51778f1850 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); -- cgit 1.4.1