We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bca340 commit 4cec391Copy full SHA for 4cec391
check_indent.sh
@@ -8,8 +8,7 @@ echo stderr is logged >&2
8
mkdir /tmp/testing_rg
9
pushd /tmp/testing_rg
10
echo miau > file
11
-yes | sudo apt-get install strace
12
-strace -e '%file' rg miau
+strace --follow-forks -e '%file' rg miau
13
popd
14
15
rg trun
0 commit comments