STYLE: Defautl answer for the license is no
This commit is contained in:
parent
5cc53f2dc1
commit
cf3f5ce2bc
|
@ -84,7 +84,7 @@ then
|
|||
@CPACK_RESOURCE_FILE_LICENSE_CONTENT@
|
||||
____cpack__here_doc____
|
||||
echo
|
||||
echo "Do you accept the license? [Yn]: "
|
||||
echo "Do you accept the license? [yN]: "
|
||||
read line leftover
|
||||
case ${line} in
|
||||
y* | Y*)
|
||||
|
|
Loading…
Reference in New Issue