Skip to content

Commit 5e76dfe

Browse files
committed
update
1 parent 37536ce commit 5e76dfe

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

scripts/useseccert.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
# script to remove JDK 1.5+ generics from a file
3+
4+
(
5+
ed $1 <<%%
6+
g/org.bouncycastle.jce.cert./s//java.security.cert./g
7+
w
8+
q
9+
%%
10+
) > /dev/null 2>&1

0 commit comments

Comments
 (0)