about summary refs log tree commit diff
path: root/scripts/copy-from-other-stores.pl.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2012-01-05T20·33+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2012-01-05T20·33+0000
commita7366a764aa8d549a16b58e43181fe4ff7e598ab (patch)
tree9f6b1b1029fef06b5515ae1b23675811d9989dca /scripts/copy-from-other-stores.pl.in
parentb52966e821b05e0d2e379ed6bbbf748f22453108 (diff)
* 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.

Diffstat (limited to 'scripts/copy-from-other-stores.pl.in')
-rwxr-xr-xscripts/copy-from-other-stores.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/copy-from-other-stores.pl.in b/scripts/copy-from-other-stores.pl.in
index 10130c0893ea..b930b720725e 100755
--- a/scripts/copy-from-other-stores.pl.in
+++ b/scripts/copy-from-other-stores.pl.in
@@ -1,4 +1,4 @@
-#! @perl@ -w
+#! @perl@ -w @perlFlags@
 
 use strict;
 use File::Basename;