commit 3fd8274f36c449b4db01aa4f5e6ab9709facd8f3 from: Mark Jamsek date: Thu Jan 02 00:07:44 2025 UTC style(9): sort got-build-regress.sh getopts cases; ok stsp commit - 77e47d3c8f372b3516e96773408fd5856130f578 commit + 3fd8274f36c449b4db01aa4f5e6ab9709facd8f3 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 ;;