diff options
-rwxr-xr-x | bin/gpg2mutt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gpg2mutt b/bin/gpg2mutt index 18553c0..976b558 100755 --- a/bin/gpg2mutt +++ b/bin/gpg2mutt @@ -65,5 +65,5 @@ n /^pub:/ b START b IGNORE -' | egrep -v 'WhatYouDontWantInThisList@example\\\\\.org' | sort -u > ${output} +' | grep -Ev 'WhatYouDontWantInThisList@example\\\\\.org' | sort -u > "${output}" # Note the triple escaped backslash! |