rename view_queue_readmes() to view_readmes()

This commit is contained in:
slakmagik 2011-03-07 01:26:15 +00:00
parent 8155da8773
commit 6389034312

View File

@ -2083,7 +2083,7 @@ view_queue() {
uncheck_installed $TMPQUEUE uncheck_installed $TMPQUEUE
;; ;;
3) # View READMEs 3) # View READMEs
view_queue_readmes view_readmes
;; ;;
*) # Cancel or ESC *) # Cancel or ESC
mv $ORIGINALQUEUE $TMPQUEUE mv $ORIGINALQUEUE $TMPQUEUE
@ -2094,7 +2094,7 @@ view_queue() {
done done
} }
view_queue_readmes() { view_readmes() {
# Show a list of all README files for the queued (TMPQUEUE) packages. # Show a list of all README files for the queued (TMPQUEUE) packages.
local READMES_FILE=$SBOPKGTMP/sbopkg-all-readmes local READMES_FILE=$SBOPKGTMP/sbopkg-all-readmes
@ -4699,7 +4699,7 @@ else
fi fi
# Preview READMEs # Preview READMEs
if [[ $PREVIEW_READMES ]]; then if [[ $PREVIEW_READMES ]]; then
view_queue_readmes view_readmes
echo echo
while :; do while :; do
read $NFLAG -ep "(C)ontinue processing or (Q)uit?: " read $NFLAG -ep "(C)ontinue processing or (Q)uit?: "