diff --git a/build.sh b/build.sh index f61a8b0..a26b9dc 100755 --- a/build.sh +++ b/build.sh @@ -4,6 +4,8 @@ MEMORY="${MEMORY:-$(($(getconf _PHYS_PAGES) * $(getconf PAGE_SIZE) / 1024 / 1024 / 2))M}" # Fetch args +PATH_ARG="" +MODE="" while [[ $# -gt 0 ]]; do case "$1" in -m|--memory)