makes sed be darwin or linux hopefully

This commit is contained in:
Timothy Prepscius 2013-10-03 00:01:35 -04:00
parent 3420c7565c
commit 3d9065f400

View File

@ -8,7 +8,7 @@ tar xzf ../bc-project.tar.gz
rm ../bc-project.tar.gz
cd bc-project
find . -type f -name "*.java" -print0 | xargs -0 sed -i '' 's/org.bouncycastle/org.bc/g'
find . -type f -name "*.java" -print0 | xargs -0 ../../build/seds 's/org.bouncycastle/org.bc/g'
for DIR in $(find . -type d -name "bouncycastle")
do