components/gpgme/patches/001-mkstatus.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Thu, 25 Aug 2011 00:58:47 -0700
changeset 501 3cac4bd957e8
parent 303 cae844b2d132
permissions -rw-r--r--
6955594 Problem with utility/imagemagick

--- src/mkstatus	2008-11-03 08:50:12.000000000 -0800
+++ src/mkstatus	2011-05-27 09:27:36.446497463 -0700
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # mkstatus - Extract error strings from rungpg.h
 #            and create a lookup table
 #	Copyright (C) 2000 Werner Koch (dd9jn)
@@ -38,7 +38,7 @@
 {
 EOF
 
-awk '
+gawk '
 /GPGME_STATUS_ENTER/      { okay = 1 }
 !okay                     { next }
 /}/                       { exit 0 }