summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-01-27 09:57:33 -0500
committerBrad King <brad.king@kitware.com>2022-01-27 09:57:33 -0500
commit493d6a66bb27dd638ac3c11b52e52987c6dac8eb (patch)
treefe57d36226a1677552e98fbc17738d0f0770093a /bootstrap
parent44939f01e761568ab9fe511d2ddf81a48c7c54b9 (diff)
downloadcmake-493d6a66bb27dd638ac3c11b52e52987c6dac8eb.tar.gz
bootstrap: Remove stray indentation
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 61dd3ddcf9..9d91a8a52e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -162,7 +162,7 @@ if echo "${cmake_system}" | grep Linux >/dev/null 2>&1; then
cmake_system_linux=true
else
cmake_system_linux=false
- fi
+fi
# Determine whether this is a PA-RISC machine
# This only works for Linux or HP-UX, not other PA-RISC OSs (BSD maybe?). Also