Skip to content

Commit 4cec391

Browse files
committed
follow forks
1 parent 5bca340 commit 4cec391

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

check_indent.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ echo stderr is logged >&2
88
mkdir /tmp/testing_rg
99
pushd /tmp/testing_rg
1010
echo miau > file
11-
yes | sudo apt-get install strace
12-
strace -e '%file' rg miau
11+
strace --follow-forks -e '%file' rg miau
1312
popd
1413

1514
rg trun

0 commit comments

Comments
 (0)