| ... | ... |
@@ -132,6 +132,3 @@ |
| 132 | 132 |
|
| 133 |
if [ $FAILED_FILES -gt 0 ] |
|
| 134 |
then |
|
| 135 |
return 1 |
|
| 136 |
elif [ $WARNED_FILES -gt 0 ] |
|
| 133 |
if [ $WARNED_FILES -gt 0 -o $FAILED_FILES -gt 0 ] |
|
| 137 | 134 |
then |
| ... | ... |
@@ -139,3 +136,3 @@ |
| 139 | 136 |
then |
| 140 |
echo -n "Are the files with warnings acceptable? (yes/no) " |
|
| 137 |
echo -n "Are the files with errors/warnings acceptable? (yes/no) " |
|
| 141 | 138 |
while read answer |
| ... | ... |
@@ -149,3 +146,3 @@ |
| 149 | 146 |
fi |
| 150 |
echo -n "Are the files with warnings acceptable? (yes/no) " |
|
| 147 |
echo -n "Are the files with errors/warnings acceptable? (yes/no) " |
|
| 151 | 148 |
done |
0 comments (0 inline)