From 02c3b71b2fadcb24cdc13fe1c59019dbafb4fdc0 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 23 Jan 2008 17:43:08 -0500 Subject: [PATCH] BUG: Do not have variable and function of the same name. Old shells do not likeit. --- bootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index 114466ffa6..cfcf19aa74 100755 --- a/bootstrap +++ b/bootstrap @@ -255,7 +255,7 @@ EOF } # Display CMake bootstrap usage -cmake_version() +cmake_version_display() { ( # Get CMake version @@ -482,7 +482,7 @@ for a in "$@"; do cmake_usage fi if echo $a | grep "^--version" > /dev/null 2> /dev/null; then - cmake_version + cmake_version_display exit 2 fi if echo $a | grep "^--verbose" > /dev/null 2> /dev/null; then @@ -505,7 +505,7 @@ fi echo "---------------------------------------------" # Get CMake version -echo "`cmake_version`" +echo "`cmake_version_display`" # Check for in-source build cmake_in_source_build=