common/bin/compare-objects.sh
changeset 13697 5262b00bc10c
parent 13133 701e61c32ece
equal deleted inserted replaced
13694:ffe6bce5a521 13697:5262b00bc10c
    28 #
    28 #
    29 # Compares object files
    29 # Compares object files
    30 #
    30 #
    31 
    31 
    32 if [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ] || [ "x$1" == "x" ]; then
    32 if [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ] || [ "x$1" == "x" ]; then
    33     echo "bash ./common/bin/compare-build.sh old_jdk_build_dir new_jdk_build_dir"
    33     echo "bash ./common/bin/compare-objects.sh old_jdk_build_dir new_jdk_build_dir <pattern>"
    34     echo ""
    34     echo ""
    35     echo "Compare object files"
    35     echo "Compare object files"
    36     echo ""
    36     echo ""
    37     exit 10
    37     exit 10
    38 fi
    38 fi