aboutsummaryrefslogtreecommitdiff
path: root/rewrite-urls
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-02-25 23:35:10 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-02-25 23:35:10 +0000
commit00a4cbf102600b292aa937eff2e1f8d11f6cac6c (patch)
treebb3513e91d81b4f82e07e488cdc89f2385e04a92 /rewrite-urls
parentda42b4ece7b43e0b72c0ed4cc51141a13aad7dbf (diff)
rewrite-urls add $TOP_DIR/summary
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'rewrite-urls')
-rwxr-xr-xrewrite-urls1
1 files changed, 1 insertions, 0 deletions
diff --git a/rewrite-urls b/rewrite-urls
index f594e64..bf197d0 100755
--- a/rewrite-urls
+++ b/rewrite-urls
@@ -25,3 +25,4 @@ progname=$(basename $0)
find $TOP_DIR/reports -type f -exec perl -p -i -e 's!/home/andrew.mcdermott!/~andrew.mcdermott!g' {} \;
find $TOP_DIR/super-diff -type f -exec perl -p -i -e 's!/home/andrew.mcdermott!/~andrew.mcdermott!g' {} \;
find $TOP_DIR/index.html -maxdepth 1 -type f -exec perl -p -i -e 's!/home/andrew.mcdermott!/~andrew.mcdermott!g' {} \;
+find $TOP_DIR/summary -type f -exec perl -p -i -e 's!/home/andrew.mcdermott!/~andrew.mcdermott!g' {} \;