Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
tracing
/
fix_all
blob: 511303fd048c35449114ac775dcfd315a2bead01 [
file
] [
log
] [
blame
]
#!/bin/bash
for
f
in
$
*
do
echo
"Fixing $f"
sed
-
i
-
f fix_path $f
done