summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index ba6fe02..e20bfe1 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -2222,11 +2222,11 @@ cmLocalGenerator
return in_remote;
}
- // If the entire path is in common then just return an empty string.
+ // If the entire path is in common then just return a ".".
if(common == remote.size() &&
common == local.size())
{
- return "";
+ return ".";
}
// If the entire path is in common except for a trailing slash then