mirror of https://github.com/perkeep/perkeep.git
fix rewrite-imports.sh destination path
Change-Id: If6bab560e80593d4f032fa9b19e10b43b365d551
This commit is contained in:
parent
74eec6d6b4
commit
77ac4173ae
|
@ -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/!' {} \;
|
||||
|
|
Loading…
Reference in New Issue