diff options
Diffstat (limited to 'Modules')
-rwxr-xr-x | Modules/CPack.STGZ_Header.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPack.STGZ_Header.sh.in b/Modules/CPack.STGZ_Header.sh.in index 7044be8..3372dd0 100755 --- a/Modules/CPack.STGZ_Header.sh.in +++ b/Modules/CPack.STGZ_Header.sh.in @@ -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*) |