jdk/test/com/sun/jdi/CommandCommentDelimiter.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) 2004, 2014 Oracle and/or its affiliates. All rights reserved.
     4 # Copyright (c) 2004, 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.
    68         TESTSRC=.
    68         TESTSRC=.
    69     fi
    69     fi
    70 
    70 
    71     for ii in . $TESTSRC $TESTSRC/.. ; do
    71     for ii in . $TESTSRC $TESTSRC/.. ; do
    72         if [ -r "$ii/ShellScaffold.sh" ] ; then
    72         if [ -r "$ii/ShellScaffold.sh" ] ; then
    73             . $ii/ShellScaffold.sh 
    73             . $ii/ShellScaffold.sh
    74             break
    74             break
    75         fi
    75         fi
    76     done
    76     done
    77 }
    77 }
    78 
    78