diff --git a/bootstrap b/bootstrap index d529f3b294..03d9ef0df9 100755 --- a/bootstrap +++ b/bootstrap @@ -38,7 +38,7 @@ cmake_install_dest_default() cmake_toupper() { - echo "$1" | tr '[:lower:]' '[:upper:]' + echo "$1" | tr '[a-z]' '[A-Z]' } # Detect system and directory information.