diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-19T21·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-19T21·55+0000 |
commit | 6ff48e77f6da3c523a29c254b315d83e310290b3 (patch) | |
tree | 4e14aa10eb2d99787d1f5781706266900d733b81 /scripts | |
parent | e0f4e587c3a5110f57fbf4e85e14fdc606b1eaf6 (diff) |
* Set the Perl search path properly (reported by Roy van den Broek).
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nix-push.in | 2 |
1 files changed, 1 insertions, 1 deletions
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); |