Skip to content

Commit

Permalink
Fix script param
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Nov 23, 2024
1 parent 831189a commit 9c223b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrieve_and_unpack_resource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eux

# Script to retrieve and unpack resources to build Chromium macOS
_target_cpu="${1:-x64}"
_target_cpu="${2:-x64}"

if [ -n "$_target_cpu" ]; then
_target_cpu="$(uname -m)"
Expand Down

0 comments on commit 9c223b3

Please sign in to comment.