commit 992e786b8f5cf5352f511063a514244871b1aeba from: Mark Jamsek via: Thomas Adam date: Fri Jan 03 10:46:48 2025 UTC style(9): sort got-build-regress.sh getopts cases; ok stsp commit - a828ca839f3790bae1de18473692558c197267d5 commit + 992e786b8f5cf5352f511063a514244871b1aeba blob - 75e8023a7f0eac6cc03bc8f4f513739fee8a4bbf blob + 5ff187a85ccac41b655387b80eb8ad5a1a2b412a --- util/got-build-regress.sh +++ util/got-build-regress.sh @@ -32,14 +32,14 @@ while getopts b:fGR:r:Ww: arg; do force=1 ;; G) gotd=1 ;; + R) + testroot="$OPTARG" ;; + r) + fromaddr_arg="-r $OPTARG" ;; W) webd=1 ;; w) worktree="$OPTARG" ;; - r) - fromaddr_arg="-r $OPTARG" ;; - R) - testroot="$OPTARG" ;; ?) echo "usage: $usage" >&2 exit 1 ;;