@@ -2,7 +2,7 @@
set -e
cd buildroot
arch='x86_64'
while getopts a: OPT; do
while getopts a: OPT > /dev/null 2>&1; do
case "$OPT" in
a)
arch=$OPTARG
The note is not visible to the blocked user.