Skip to content

Commit

Permalink
fix(build): add echo for script invocation in main function
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Feb 18, 2025
1 parent ab9c7b5 commit e510efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-tools/build-packages/build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ help() {
# -----------------------------------------------------------------------------

main() {
echo $0 "$@"

while [ -n "${1}" ]; do
case "${1}" in
"-c" | "--commit-sha")
Expand Down

0 comments on commit e510efe

Please sign in to comment.