Commit Diff


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" ;;