summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-05-07 12:38:10 (GMT)
committerBrad King <brad.king@kitware.com>2013-05-07 12:38:10 (GMT)
commitb7593bf3f5a656c6c2651d31c6858ad0e35f01d9 (patch)
tree8e311bf356b795e99af3febf5a9bef14e6c90b1f /Source/kwsys/SystemTools.cxx
parent0c04428d04d4a5043aaad54528c4ae6857ddf133 (diff)
parentd0cdc687353cbba0ab844a360a23c71945c8370b (diff)
downloadCMake-b7593bf3f5a656c6c2651d31c6858ad0e35f01d9.zip
CMake-b7593bf3f5a656c6c2651d31c6858ad0e35f01d9.tar.gz
CMake-b7593bf3f5a656c6c2651d31c6858ad0e35f01d9.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r--Source/kwsys/SystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index d816b17..394d65e 100644
--- a/Source/kwsys/SystemTools.cxx
+++ b/Source/kwsys/SystemTools.cxx
@@ -4002,7 +4002,7 @@ void SystemTools::SplitProgramFromArgs(const char* path,
args = dir.substr(spacePos, dir.size()-spacePos);
return;
}
- // Now try and find the the program in the path
+ // Now try and find the program in the path
findProg = SystemTools::FindProgram(tryProg.c_str(), e);
if(findProg.size())
{