about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-01-19T21·55+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-01-19T21·55+0000
commit6ff48e77f6da3c523a29c254b315d83e310290b3 (patch)
tree4e14aa10eb2d99787d1f5781706266900d733b81 /scripts
parente0f4e587c3a5110f57fbf4e85e14fdc606b1eaf6 (diff)
* Set the Perl search path properly (reported by Roy van den Broek).
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nix-push.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in
index 2c5fb792f5..1c51778f18 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);