aboutsummaryrefslogtreecommitdiff
path: root/src/normalise.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-08-28 10:51:14 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-08-28 10:51:14 +0000
commitb0185173147c3eb629cc6b996459cf6ce2d608fe (patch)
tree20f7063a06454f0f7ebf9e77add9010932412458 /src/normalise.cc
parentc4f1f49574b4fe55bef7952bd0fcc2bd626b0db2 (diff)
* Do not try to remove write permission from symlinks, since chmod()
follows symlinks. (Note that the permissions on symlinks are ignored anyway.)
Diffstat (limited to 'src/normalise.cc')
-rw-r--r--src/normalise.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normalise.cc b/src/normalise.cc
index c7be53206..39867bfe5 100644
--- a/src/normalise.cc
+++ b/src/normalise.cc
@@ -202,7 +202,7 @@ FSId normaliseFState(FSId id, FSIdSet pending)
/* For this output path, find the references to other paths contained
in it. */
Strings refPaths = filterReferences(path,
- Strings(allPaths.begin(), allPaths.end()));
+ Strings(allPaths.begin(), allPaths.end()));
/* Construct a slice element for this output path. */
SliceElem elem;