diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-05-31T09·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-05-31T09·24+0000 |
commit | 04cf72287bc27e4eca69d527ce44a88b7fcbebb2 (patch) | |
tree | 8495a2eee3ac5167b82a88e68cca8ba8ff7ef316 /scripts/nix-pull.in | |
parent | 1390ce4142d511b284b354f984d84fdb12ae850b (diff) |
* This may be useful in the future.
Diffstat (limited to 'scripts/nix-pull.in')
-rw-r--r-- | scripts/nix-pull.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in index eb14a1739549..67a7838f19f0 100644 --- a/scripts/nix-pull.in +++ b/scripts/nix-pull.in @@ -26,7 +26,7 @@ $stateDir = "@localstatedir@/nix" unless defined $stateDir; umask 0022; -# Obtain URLs either from the command line or from a configuration file. +# Process the URLs specified on the command line. my %narFiles; my %patches; my %successors; |