diff options
author | Rob Austein <sra@hactrn.net> | 2010-06-09 16:45:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-06-09 16:45:41 +0000 |
commit | 1bc4888baf34c939e954f4ab98b781c3c9b30d67 (patch) | |
tree | 62ea9f162094c841d0bd610ff62524307fb11b58 /rcynic | |
parent | 6de6c7c84b986c581263ee1fa0e39d428e08e067 (diff) |
awk is probably a bit more portable than egrep
svn path=/rcynic/make-ita.sh; revision=3279
Diffstat (limited to 'rcynic')
-rw-r--r-- | rcynic/make-ita.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic/make-ita.sh b/rcynic/make-ita.sh index c382b77d..2ea89b06 100644 --- a/rcynic/make-ita.sh +++ b/rcynic/make-ita.sh @@ -38,4 +38,4 @@ fi echo "$1" openssl x509 -inform DER -in "$tmpfile" -pubkey -noout | -egrep -v -e '-----(BEGIN|END)' +awk '!/-----(BEGIN|END)/' |