|
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 "" |