Skip to content

Commit 87254ac

Browse files
fix: Add shopt -s nullglob to dependencies script (#1130)
This prevents processing the unexpanded glob "**/.flattened-pom.xml" in repos which do not flatten any POMs.
1 parent af8fa6f commit 87254ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synthtool/gcp/templates/java_library/.kokoro/dependencies.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515

1616
set -eo pipefail
17+
shopt -s nullglob
1718

1819
## Get the directory of the build script
1920
scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))

0 commit comments

Comments
 (0)