Skip to content

Commit 5bd7fb4

Browse files
dschogitster
authored andcommitted
cmake: fix typo in variable name
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ca76cca commit 5bd7fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/buildsystems/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,10 +1102,10 @@ if(NOT ${CMAKE_BINARY_DIR}/CMakeCache.txt STREQUAL ${CACHE_PATH})
11021102
file(COPY ${CMAKE_SOURCE_DIR}/contrib/completion/git-completion.bash DESTINATION ${CMAKE_BINARY_DIR}/contrib/completion/)
11031103
endif()
11041104

1105-
file(GLOB test_scipts "${CMAKE_SOURCE_DIR}/t/t[0-9]*.sh")
1105+
file(GLOB test_scripts "${CMAKE_SOURCE_DIR}/t/t[0-9]*.sh")
11061106

11071107
#test
1108-
foreach(tsh ${test_scipts})
1108+
foreach(tsh ${test_scripts})
11091109
add_test(NAME ${tsh}
11101110
COMMAND ${SH_EXE} ${tsh} --no-bin-wrappers --no-chain-lint -vx
11111111
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/t)

0 commit comments

Comments
 (0)