commit 2094d9ad422b473382c3ec3cf4313cf1eaf49120 from: Mark Jamsek date: Thu Jan 02 00:07:34 2025 UTC util/got-build-regress.sh: add missing 'W' to optstring ok stsp@ commit - 0f35fb6b3d80924fd72c566d007ffb01728f43ba commit + 2094d9ad422b473382c3ec3cf4313cf1eaf49120 blob - 5e69e7a41136867e7c6a7becce542178c8034e37 blob + 4478e298d372c93b54e0c97d42815279f8d994a8 --- util/got-build-regress.sh +++ util/got-build-regress.sh @@ -24,7 +24,7 @@ gotd=0 webd=0 testroot="/tmp" -while getopts b:fGR:r:w: arg; do +while getopts b:fGR:r:Ww: arg; do case $arg in b) branch="$OPTARG" ;;