about summary refs log tree commit diff
path: root/scripts/nix-pull.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-05-31T09·24+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-05-31T09·24+0000
commit04cf72287bc27e4eca69d527ce44a88b7fcbebb2 (patch)
tree8495a2eee3ac5167b82a88e68cca8ba8ff7ef316 /scripts/nix-pull.in
parent1390ce4142d511b284b354f984d84fdb12ae850b (diff)
* This may be useful in the future.
Diffstat (limited to 'scripts/nix-pull.in')
-rw-r--r--scripts/nix-pull.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in
index eb14a17395..67a7838f19 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;