Skip to content

Commit

Permalink
Do not use exec
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Nov 6, 2024
1 parent a7be09a commit 2c84c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fi

rc=0

exec "${cmd}" "${opts[@]}" \
"${cmd}" "${opts[@]}" \
versions:display-dependency-updates \
versions:display-plugin-updates \
versions:display-property-updates |
Expand Down

0 comments on commit 2c84c4a

Please sign in to comment.