diff --git a/make_for_remarkable.sh b/make_for_remarkable.sh index 5359c52..e3bedee 100755 --- a/make_for_remarkable.sh +++ b/make_for_remarkable.sh @@ -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" -- "$@"