components/gpgme/patches/001-mkstatus.patch
author Kristina Tripp <Kristina.Tripp@oracle.com>
Mon, 20 Oct 2014 13:13:15 -0700
branchs11u2-sru
changeset 3407 e5c7eb70e0b8
parent 303 cae844b2d132
permissions -rw-r--r--
18354422 facter cannot parse the output of GNU uptime 18960283 problem in UTILITY/PUPPET 18960296 Update Facter to 2.1.0 19357281 facter --help doesn't work 19402424 puppet error when no swap devices configured 19646677 facter-19 package not installed if ruby-19 not installed 19596952 Update facter 2.1.0 license 17797881 Add facter support for ldoms

--- 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 }