Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Oct 3, 2022
1 parent cc39c7b commit 5cf6b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ set -e
# solbuildpackpusher/solidity-buildpack-deps:emscripten-13
docker run -v "$(pwd):/root/project" -w /root/project \
solbuildpackpusher/solidity-buildpack-deps@sha256:f1c13f3450d1f2e53ea18ac1ac1a17e932573cb9a5ccd0fd9ef6dd44f6402fa9 \
./scripts/ci/build_emscripten.sh "${@}"
./scripts/ci/build_emscripten.sh "$@"
2 changes: 1 addition & 1 deletion scripts/ci/build_emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ function main() {
build "$build_dir" "$pre_release"
}

main "${@}"
main "$@"

0 comments on commit 5cf6b98

Please sign in to comment.