summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-06-30 12:59:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-06-30 12:59:52 (GMT)
commit35033f248d58e27ff453d6729187f51ba4a36ab0 (patch)
treeb1ce350efd260e193536b1105e8690d3a9cef133 /Source/cmFileCommand.cxx
parent0a208d5fb531f3543435eaeb5ebd72b10f0e116e (diff)
downloadCMake-35033f248d58e27ff453d6729187f51ba4a36ab0.zip
CMake-35033f248d58e27ff453d6729187f51ba4a36ab0.tar.gz
CMake-35033f248d58e27ff453d6729187f51ba4a36ab0.tar.bz2
ERR: Fix typo
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r--Source/cmFileCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index 3a22e21..471b92a 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -461,7 +461,7 @@ bool cmFileCommand::HandleInstallCommand(
std::string destfile = destfilewe;
if ( ext.size() )
{
- destfile + "." + ext;
+ destfile += ext;
}
switch( itype )
{