Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53924
Collapse All | Expand All

(-)/usr/portage/distfiles/tribes2-25034-cdrom-x86/update.sh (-1 / +1 lines)
Lines 87-93 Link Here
87
echo "============================================================="
87
echo "============================================================="
88
88
89
# See if the user wants to apply this patch
89
# See if the user wants to apply this patch
90
if tty -s && [ "$prompt" = "yes" ]; then
90
if [ "$prompt" = "yes" ]; then
91
    # Show the user the README, if there is one available
91
    # Show the user the README, if there is one available
92
    if [ -f README.txt ]; then
92
    if [ -f README.txt ]; then
93
        echo ""
93
        echo ""

Return to bug 53924