Changeset 396:c5f010a5647a in lemon-main
- Timestamp:
- 11/30/08 22:06:36 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/unify-sources.sh
r341 r396 131 131 echo $WARNED_FILES out of $TOTAL_FILES files triggered warnings. 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 138 135 if [ "$WARNING" == 'INTERACTIVE' ] 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 142 139 do … … 148 145 return 1 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 152 149 elif [ "$WARNING" == 'WERROR' ]
Note: See TracChangeset
for help on using the changeset viewer.