jdk/test/com/sun/jdi/CatchAllTest.sh
changeset 45028 b0ea3c0bfb81
parent 32018 91c91b3d50a0
equal deleted inserted replaced
45027:0cf367e546fb 45028:b0ea3c0bfb81
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 #
     3 #
     4 # Copyright (c) 2002, 2014 Oracle and/or its affiliates. All rights reserved.
     4 # Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
     5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6 #
     6 #
     7 # This code is free software; you can redistribute it and/or modify it
     7 # This code is free software; you can redistribute it and/or modify it
     8 # under the terms of the GNU General Public License version 2 only, as
     8 # under the terms of the GNU General Public License version 2 only, as
     9 # published by the Free Software Foundation.
     9 # published by the Free Software Foundation.
    74         TESTSRC=.
    74         TESTSRC=.
    75     fi
    75     fi
    76 
    76 
    77     for ii in . $TESTSRC $TESTSRC/.. ; do
    77     for ii in . $TESTSRC $TESTSRC/.. ; do
    78         if [ -r "$ii/ShellScaffold.sh" ] ; then
    78         if [ -r "$ii/ShellScaffold.sh" ] ; then
    79             . $ii/ShellScaffold.sh 
    79             . $ii/ShellScaffold.sh
    80             break
    80             break
    81         fi
    81         fi
    82     done
    82     done
    83 }
    83 }
    84 
    84