From a7366a764aa8d549a16b58e43181fe4ff7e598ab Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 5 Jan 2012 20:33:46 +0000 Subject: * Add a -I flag to the Perl bindings to nix-build and some other scripts. * Include the version and architecture in the -I flag so that there is at least a chance that a Nix binary built for one Perl version will run on another version. --- scripts/nix-collect-garbage.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/nix-collect-garbage.in') diff --git a/scripts/nix-collect-garbage.in b/scripts/nix-collect-garbage.in index 00e61a24b785..835213226f23 100755 --- a/scripts/nix-collect-garbage.in +++ b/scripts/nix-collect-garbage.in @@ -1,4 +1,4 @@ -#! @perl@ -w +#! @perl@ -w @perlFlags@ use strict; use Nix::Config; -- cgit 1.4.1