summaryrefslogtreecommitdiff
path: root/gpgme/gpgme-1.1.8-et_EE.patch
blob: 293debb5b91d43f8e8b64daef9c3b9d15f77bcca (plain)
    1 --- gpgme-1.1.8/src/gpgme-config.in	2009-03-08 10:25:48.000000000 +1100
    2 +++ gpgme-1.1.8/src/gpgme-config.in	2009-03-08 10:35:53.000000000 +1100
    3 @@ -64,7 +64,7 @@
    4  while test $# -gt 0; do
    5      case "$1" in
    6  	-*=*)
    7 -	    optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
    8 +	    optarg=`echo "$1" | sed 's/[-_[:alnum:]]*=//'`
    9  	    ;;
   10  	*)
   11  	    optarg=

Generated by cgit