aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gource/gen-all-logs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gource/gen-all-logs.sh')
-rwxr-xr-xtools/gource/gen-all-logs.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gource/gen-all-logs.sh b/tools/gource/gen-all-logs.sh
index 85352c514e..ab60c3c1b1 100755
--- a/tools/gource/gen-all-logs.sh
+++ b/tools/gource/gen-all-logs.sh
@@ -41,7 +41,6 @@ do
git clone https://github.com/grpc/$repo.git
cd $repo
gource --output-custom-log $tmpdir/logs/$repo
- sed -i .backup "s,\|/,\|/$repo/,g" $tmpdir/logs/$repo
+ sed -i "s,|/,|/$repo/,g" $tmpdir/logs/$repo
done
-rm $tmpdir/logs/*.backup
cat $tmpdir/logs/* | sort -n > $outdir/all-logs.txt