Fix everything that previously referred to src/or

This commit is contained in:
Nick Mathewson
2018-07-05 17:05:54 -04:00
parent 5f51c2de8b
commit f720a5a439
15 changed files with 616 additions and 616 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
dst=$1
for fn in src/or/*.c src/or/*/*.c src/common/*.c src/lib/*/*.c; do
for fn in src/core/*/*.c src/feature/*/*.c src/app/*/*.c src/lib/*/*.c; do
BN=`basename $fn`
DN=`dirname $fn`
F=`echo $BN | sed -e 's/\.c$//;'`