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:
parent
98839c40c7
commit
acfb506b3d
@ -127,7 +127,7 @@ while getopts crRvV: opt; do
|
||||
v=$OPTARG
|
||||
eval val=\$${v}
|
||||
echo ${v}=\"${val}\"
|
||||
exit 0
|
||||
VARS_ONLY=1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user