Skip to content

Commit

Permalink
fix: Add shopt -s nullglob to dependencies script (#1130)
Browse files Browse the repository at this point in the history
This prevents processing the unexpanded glob "**/.flattened-pom.xml" in repos which do not flatten any POMs.
  • Loading branch information
dpcollins-google committed Jun 19, 2021
1 parent af8fa6f commit 87254ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.

set -eo pipefail
shopt -s nullglob

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

0 comments on commit 87254ac

Please sign in to comment.