Changes in tools/ccheck.sh [61c9ee2:e347396] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ccheck.sh
r61c9ee2 re347396 30 30 ccheck=tools/sycek/ccheck 31 31 32 if [ ."$1" == .--fix ] ; then 33 opt=--fix 34 else 35 opt= 36 fi 37 32 38 srepcnt=0 33 39 snorepcnt=0 … … 37 43 while read fname; do 38 44 outfile="$(mktemp)" 39 $ccheck $ fname >"$outfile" 2>&145 $ccheck $opt $fname >"$outfile" 2>&1 40 46 rc=$? 41 47 if [ .$rc == .0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.