common/autoconf/compare.sh.in

changeset 839
174a54ce39c4
parent 685
bee6ff988f9c
child 1133
50aaf272884f
child 2212
dd97daafa80b
     1.1 --- a/common/autoconf/compare.sh.in	Wed Oct 09 18:51:32 2013 -0700
     1.2 +++ b/common/autoconf/compare.sh.in	Thu Oct 10 14:58:19 2013 +0200
     1.3 @@ -22,7 +22,7 @@
     1.4  # questions.
     1.5  #
     1.6  
     1.7 -# This script is processed by configure before it's usable. It is run from 
     1.8 +# This script is processed by configure before it's usable. It is run from
     1.9  # the root of the build directory.
    1.10  
    1.11  
    1.12 @@ -67,14 +67,14 @@
    1.13  SRC_ROOT="@SRC_ROOT@"
    1.14  
    1.15  if [ "$OPENJDK_TARGET_OS" = "windows" ]; then
    1.16 -    PATH="@VS_PATH@"
    1.17 +  PATH="@VS_PATH@"
    1.18  fi
    1.19  
    1.20  # Now locate the main script and run it.
    1.21  REAL_COMPARE_SCRIPT="$SRC_ROOT/common/bin/compare.sh"
    1.22  if [ ! -e "$REAL_COMPARE_SCRIPT" ]; then
    1.23 -    echo "Error: Cannot locate compare script, it should have been in $REAL_COMPARE_SCRIPT"
    1.24 -    exit 1
    1.25 +  echo "Error: Cannot locate compare script, it should have been in $REAL_COMPARE_SCRIPT"
    1.26 +  exit 1
    1.27  fi
    1.28  
    1.29  . "$REAL_COMPARE_SCRIPT" "$@"

mercurial