summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclPathObj.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclPathObj.c b/generic/tclPathObj.c
index a2a41e4..c5b1ef6 100644
--- a/generic/tclPathObj.c
+++ b/generic/tclPathObj.c
@@ -2148,6 +2148,7 @@ Tcl_FSGetInternalRep(
nativePathPtr = proc(pathPtr);
srcFsPathPtr = PATHOBJ(pathPtr);
srcFsPathPtr->nativePathPtr = nativePathPtr;
+ srcFsPathPtr->filesystemEpoch = TclFSEpoch();
}
return srcFsPathPtr->nativePathPtr;