From 77ac4173ae5808803f9e09e845b2f210eabb118f Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 21 Feb 2012 01:55:03 -0800 Subject: [PATCH] fix rewrite-imports.sh destination path Change-Id: If6bab560e80593d4f032fa9b19e10b43b365d551 --- third_party/rewrite-imports.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/third_party/rewrite-imports.sh b/third_party/rewrite-imports.sh index 9370ecdf0..507cf47e1 100755 --- a/third_party/rewrite-imports.sh +++ b/third_party/rewrite-imports.sh @@ -1,4 +1,3 @@ #!/bin/sh -find . -type f -name '*.go' -exec perl -pi -e 's!"code.google.com/!"camlistore/third_party/code.google.com/!' {} \; - +find . -type f -name '*.go' -exec perl -pi -e 's!"code.google.com/!"camlistore.org/third_party/code.google.com/!' {} \;