We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b406bf commit 0219761Copy full SHA for 0219761
tools/create_expfile.sh
@@ -62,7 +62,7 @@ echo "#!." > "$2.tmp"
62
# any key in V[], the lookup returns an empty string, which is perfect for
63
# handling the variable field positions caused by the blank visibility column.
64
#
65
-find "$1" -name "*.a" | grep -v gtest | while read f; do
+find "$1" -name "*.a" | grep -v gtest | while read -r f; do
66
dump -tov -X 32_64 "$f" 2>/dev/null | \
67
awk '
68
BEGIN {
0 commit comments