mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Traditional /bin/sh is unhappy about {a,b} globbing.
This commit is contained in:
parent
ec6c155f82
commit
3c74119be1
@ -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$//;'`
|
||||
|
Loading…
Reference in New Issue
Block a user