1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

newvers.sh: allow multiple -V args in one invocation

Reviewed by:	imp
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D34253
This commit is contained in:
Ed Maste 2022-02-11 12:55:46 -05:00
parent 98839c40c7
commit acfb506b3d

View File

@ -127,7 +127,7 @@ while getopts crRvV: opt; do
v=$OPTARG
eval val=\$${v}
echo ${v}=\"${val}\"
exit 0
VARS_ONLY=1
;;
esac
done