fix rewrite-imports.sh destination path

Change-Id: If6bab560e80593d4f032fa9b19e10b43b365d551
This commit is contained in:
Brad Fitzpatrick 2012-02-21 01:55:03 -08:00
parent 74eec6d6b4
commit 77ac4173ae
1 changed files with 1 additions and 2 deletions

View File

@ -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/!' {} \;