From: Joel Rosdahl Date: Sat, 7 Feb 2026 21:30:41 +0000 (+0100) Subject: chore: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd271313b906c2ea566f5b8dae58c8be21830cc;p=thirdparty%2Fccache.git chore: Fix typo Fixes typos introduced in 51466ac40eeb57a0d9b0edbdbc9f40ed2d753b7a. --- diff --git a/misc/test-some-systems b/misc/test-some-systems index cade6ac3..07407b0e 100755 --- a/misc/test-some-systems +++ b/misc/test-some-systems @@ -25,7 +25,7 @@ build() { fi if command -v >/dev/null ccache; then - cmake_params="${cmake_params} -DCMAKE_C_COMPILER_LAUNCHERER=ccache -DCMAKE_CXX_COMPILER_LAUNCHERER=ccache" + cmake_params="${cmake_params} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache" fi echo "Build in Docker: $name CC=$cc CXX=$cxx TEST_CC=$test_cc CMAKE_PARAMS=\"$*\"" ASM=$cc CC=$cc CXX=$cxx TEST_CC=$test_cc CMAKE_PARAMS="${cmake_params}" LAUNCHER="${launcher}"\