- Timestamp:
- 2018-01-31T12:02:00Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5595841
- Parents:
- a0a9cc2 (diff), 14d789c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ccheck.sh
ra0a9cc2 r2b3dd78 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.