mirror of
https://git.tukaani.org/xz.git
synced 2025-10-05 16:58:17 +00:00
CI: Catch unsupported arguments in ci_build.bash
This commit is contained in:
parent
4fc6208abe
commit
067cecdea6
@ -115,6 +115,10 @@ while getopts a:b:c:d:l:m:n:s:p:f:w:h opt; do
|
||||
;;
|
||||
w) WRAPPER="$OPTARG"
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported option: $opt"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user