commit 8ecb7fe6a37816ca978dfe331a6173eb8f03db77 from: Mark Jamsek via: Thomas Adam date: Fri Jan 3 10:46:48 2025 UTC util/got-build-regress.sh: add missing 'W' to optstring ok stsp@ commit - 8d5493c9d912382b91a5a5ac9f25351040078e02 commit + 8ecb7fe6a37816ca978dfe331a6173eb8f03db77 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" ;;