cmakecacheimport parameters

pull/3756/head
Alejandro Criado-Pérez 2023-08-19 12:41:07 +02:00
parent 2e21c747d4
commit ac86c31d01
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ echo "*** The file can be used with cmake like so: cmake -C zm_conf.cmake [extra
echo "*** Usage: ./cmakecacheimport.sh [PATH TO ZM.CONF]"
echo ""
# Check for too many prameters
# Check for too many parameters
if [[ "$#" -gt "0" && "$#" -ne "1" ]]; then
echo "Error: Too many parameters!"
exit 50