diff --git a/run b/run index 105f42d..7385250 100755 --- a/run +++ b/run @@ -5,7 +5,7 @@ extra_targets='' j="$(($(nproc) - 2))" x11=false v=0 -while getopts a:j:t:v OPT > /dev/null 2>&1; do +while getopts a:e:j:nt:v OPT; do case "$OPT" in 'a') arch="$OPTARG"