Commit 0f31d4f1 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Merge remote-tracking branch 'linus/binshify'

parents c0391bae 3c74119b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# coverage -- run gcov on the appropriate set of object files to extract
# coverage information.

for fn in src/{or,common}/*.c; do
for fn in src/or/*.c src/common/*.c; do
    BN=`basename $fn`
    DN=`dirname $fn`
    F=`echo $BN | sed -e 's/\.c$//;'`