Integrated: 8345524: CHECK_FOR_FILES should properly handle directories

Magnus Ihse Bursie ihse at openjdk.org
Wed Dec 4 20:46:41 UTC 2024


On Wed, 4 Dec 2024 20:20:38 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> In CHECK_FOR_FILES, an `ls` command tries to verify if the given list of files is present. If one of the files is a directory name, this fails. To be able to check for a directory as well, we need to do `ls -d`. 
> 
> Also updated raw `ls` to use `$LS`.

This pull request has now been integrated.

Changeset: 1a73c76d
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1a73c76d83d34d10519c9d10fb0e51d098907ab0
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8345524: CHECK_FOR_FILES should properly handle directories

Reviewed-by: erikj

-------------

PR: https://git.openjdk.org/jdk/pull/22559


More information about the build-dev mailing list