diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-11-10T15·12+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-11-10T15·12+0100 |
commit | 9ee15abe30830b2de3277b30c709893990d41179 (patch) | |
tree | 38ad136444b7fc640ba91ffb4a3e89ed38e91c8e | |
parent | 8fdd156a650f9b2ce9ae8cd74edcf16225478292 (diff) |
Fix bad characters in "copying 7 missing paths from ..."
-rwxr-xr-x | scripts/nix-copy-closure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in index 55d108fbb4c2..9cbb4ede51a3 100755 --- a/scripts/nix-copy-closure.in +++ b/scripts/nix-copy-closure.in @@ -1,5 +1,6 @@ #! @perl@ -w @perlFlags@ +use utf8; use strict; use Nix::SSH; use Nix::Config; |