Skip to content

Commit 4dca735

Browse files
committed
8315844: $LSB_RELEASE is not defined before use
Reviewed-by: jwaters, erikj, djelinski
1 parent b92a443 commit 4dca735

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

make/autoconf/basic_tools.m4

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2011, 2024, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2011, 2025, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -57,6 +57,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_FUNDAMENTAL_TOOLS],
5757
UTIL_LOOKUP_PROGS(LOCALE, locale)
5858
UTIL_LOOKUP_PROGS(PATHTOOL, cygpath wslpath)
5959
UTIL_LOOKUP_PROGS(CMD, cmd.exe, $PATH:/cygdrive/c/windows/system32:/mnt/c/windows/system32:/c/windows/system32)
60+
UTIL_LOOKUP_PROGS(LSB_RELEASE, lsb_release)
6061
])
6162

6263
################################################################################
@@ -106,9 +107,6 @@ AC_DEFUN_ONCE([BASIC_SETUP_TOOLS],
106107
UTIL_LOOKUP_PROGS(READLINK, greadlink readlink)
107108
UTIL_LOOKUP_PROGS(WHOAMI, whoami)
108109
109-
# Tools only needed on some platforms
110-
UTIL_LOOKUP_PROGS(LSB_RELEASE, lsb_release)
111-
112110
# For compare.sh only
113111
UTIL_LOOKUP_PROGS(CMP, cmp)
114112
UTIL_LOOKUP_PROGS(UNIQ, uniq)

0 commit comments

Comments
 (0)