From: <sg...@us...> - 2003-08-31 21:36:40
|
Update of /cvsroot/libfunutil/libfunutil/toc/tests In directory sc8-pr-cvs1:/tmp/cvs-serv609/toc/tests Modified Files: accept_license.sh Log Message: removed an extraneous newline :/ Index: accept_license.sh =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/tests/accept_license.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- accept_license.sh 30 Aug 2003 19:20:31 -0000 1.4 +++ accept_license.sh 31 Aug 2003 21:36:36 -0000 1.5 @@ -30,7 +30,7 @@ toc_boldecho -e "\tPLEASE READ THE LICENSE!" test "x${accept_license-0}" = "x0" && { echo "You are going to be shown a license (file: $lc), after which you will be asked whether you accept the license or not." - echo "Tap ENTER to continue."; read + echo -n "Tap ENTER to continue."; read ${PAGER-more} $lc err=$? test $err = 0 || { |