|
Lines 675-682
Link Here
|
| 675 |
# diff_loop function knows how to handle it. |
675 |
# diff_loop function knows how to handle it. |
| 676 |
# |
676 |
# |
| 677 |
if [ ! -e "${DESTDIR}${COMPFILE#.}" ]; then |
677 |
if [ ! -e "${DESTDIR}${COMPFILE#.}" ]; then |
| 678 |
diff_loop |
678 |
case "${AUTO_RUN}" in |
| 679 |
continue |
679 |
'') |
|
|
680 |
diff_loop |
| 681 |
continue |
| 682 |
;; |
| 683 |
*) |
| 684 |
# If this is an auto run, make it official |
| 685 |
echo " *** ${COMPFILE} will remain for your consideration" |
| 686 |
continue |
| 687 |
;; |
| 688 |
esac # Auto run test |
| 680 |
fi |
689 |
fi |
| 681 |
|
690 |
|
| 682 |
case "${STRICT}" in |
691 |
case "${STRICT}" in |