diff options
author | Brad King <brad.king@kitware.com> | 2022-01-27 14:57:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-01-27 14:57:33 (GMT) |
commit | 493d6a66bb27dd638ac3c11b52e52987c6dac8eb (patch) | |
tree | fe57d36226a1677552e98fbc17738d0f0770093a /bootstrap | |
parent | 44939f01e761568ab9fe511d2ddf81a48c7c54b9 (diff) | |
download | CMake-493d6a66bb27dd638ac3c11b52e52987c6dac8eb.zip CMake-493d6a66bb27dd638ac3c11b52e52987c6dac8eb.tar.gz CMake-493d6a66bb27dd638ac3c11b52e52987c6dac8eb.tar.bz2 |
bootstrap: Remove stray indentation
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |