openbsd-ports/devel/xdg-utils/patches/patch-scripts_xdg-email

13 lines
351 B
Plaintext
Raw Normal View History

$OpenBSD: patch-scripts_xdg-email,v 1.1.1.1 2008/10/30 14:28:36 ajacoutot Exp $
--- scripts/xdg-email.orig Thu Oct 30 14:47:03 2008
+++ scripts/xdg-email Thu Oct 30 14:47:41 2008
@@ -480,7 +480,7 @@ result=$(echo "$1" | $utf8 | awk '
options=
mailto=
-utf8="iconv -t utf8"
+utf8="iconv -t UTF-8"
while [ $# -gt 0 ] ; do
parm="$1"
shift