Changeset 6f58770 in mainline
- Timestamp:
- 2018-09-15T17:13:09Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 173b3bd
- Parents:
- cc74cb5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ccheck.sh
rcc74cb5 r6f58770 29 29 30 30 ccheck=tools/sycek/ccheck 31 if [ ."$CCHECK" != . ]; then 32 ccheck="$CCHECK" 33 fi 31 34 32 35 if [ ."$1" == .--fix ] ; then … … 45 48 while read fname; do 46 49 outfile="$(mktemp)" 47 $ccheck$opt $fname >"$outfile" 2>&150 "$ccheck" $opt $fname >"$outfile" 2>&1 48 51 rc=$? 49 52 if [ .$rc == .0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.