mirror of
https://git.tukaani.org/xz.git
synced 2025-10-06 01:08:20 +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"
|
w) WRAPPER="$OPTARG"
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported option: $opt"
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user