Skip to content

Commit 0219761

Browse files
authored
fixup! create_expfile.sh add -r to read
1 parent 1b406bf commit 0219761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/create_expfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ echo "#!." > "$2.tmp"
6262
# any key in V[], the lookup returns an empty string, which is perfect for
6363
# handling the variable field positions caused by the blank visibility column.
6464
#
65-
find "$1" -name "*.a" | grep -v gtest | while read f; do
65+
find "$1" -name "*.a" | grep -v gtest | while read -r f; do
6666
dump -tov -X 32_64 "$f" 2>/dev/null | \
6767
awk '
6868
BEGIN {

0 commit comments

Comments
 (0)