diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-12-05T17·50+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-12-05T17·50+0000 |
commit | 365f3028ddfb5487f35ebbb9adc42ddf9459113d (patch) | |
tree | 211e4ba436ffa2f2badb458386864968837e3aff /scripts/nix-copy-closure.in | |
parent | f42a505ab71ba421797ac511e1221ccbefef8ab9 (diff) |
* Use CamelCase for the Perl modules.
Diffstat (limited to 'scripts/nix-copy-closure.in')
-rw-r--r-- | scripts/nix-copy-closure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in index a477cc01a4cf..1f1fded36669 100644 --- a/scripts/nix-copy-closure.in +++ b/scripts/nix-copy-closure.in @@ -1,6 +1,6 @@ #! @perl@ -w -I@libexecdir@/nix -use ssh; +use SSH; my $binDir = $ENV{"NIX_BIN_DIR"} || "@bindir@"; |