mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
rename view_queue_readmes() to view_readmes()
This commit is contained in:
parent
8155da8773
commit
6389034312
@ -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?: "
|
||||||
|
Loading…
Reference in New Issue
Block a user