jdk/test/com/sun/jdi/RedefineImplementor.sh
changeset 45028 b0ea3c0bfb81
parent 23046 0b0407b1e2a5
equal deleted inserted replaced
45027:0cf367e546fb 45028:b0ea3c0bfb81
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 #
     3 #
     4 # Copyright (c) 2006, 2014 Oracle and/or its affiliates. All rights reserved.
     4 # Copyright (c) 2006, 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.
    79         TESTSRC=.
    79         TESTSRC=.
    80     fi
    80     fi
    81 
    81 
    82     for ii in . $TESTSRC $TESTSRC/.. ; do
    82     for ii in . $TESTSRC $TESTSRC/.. ; do
    83         if [ -r "$ii/ShellScaffold.sh" ] ; then
    83         if [ -r "$ii/ShellScaffold.sh" ] ; then
    84             . $ii/ShellScaffold.sh 
    84             . $ii/ShellScaffold.sh
    85             break
    85             break
    86         fi
    86         fi
    87     done
    87     done
    88 }
    88 }
    89 
    89