Skip to content

Commit

Permalink
Fix argument pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 20, 2024
1 parent 5a75edd commit cf873ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_for_remarkable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ docker run \
--platform=linux/arm/v7 \
-v "$(pwd)":/src \
eeems/nuitka-arm-builder:bullseye-3.11 \
bash -ec "$script" "$@"
bash -ec "$script" -- "$@"

0 comments on commit cf873ff

Please sign in to comment.