summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-05 08:49:07 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-05 08:49:07 -0400
commitbb865245f48c56dc5d740ccf382b5551dcc6baca (patch)
treeea183ef54b7939982c83a9388c4ebd3cbfa21f4e /bootstrap
parent518de19f745a92f0dc3d6fe941f078aae1576050 (diff)
downloadcmake-bb865245f48c56dc5d740ccf382b5551dcc6baca.tar.gz
ERR: Fix bootstrap
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1664e069a4..bc36f01f2d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -804,7 +804,7 @@ done
cmake_replace_string "${cmake_source_dir}/Source/kwsys/kwsys_stl.h.in" \
"${cmake_bootstrap_dir}/cmsys/stl/stl.h.in" KWSYS_NAMESPACE cmsys
-for a in string vector; do
+for a in string vector map; do
cmake_replace_string "${cmake_bootstrap_dir}/cmsys/stl/stl.h.in" \
"${cmake_bootstrap_dir}/cmsys/stl/${a}" KWSYS_STL_HEADER ${a}
done