components/libneon/patches/005-test-makekeys.sh.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Sun, 03 Apr 2016 22:57:07 -0700
changeset 5787 c0615d62b41a
parent 4070 de7938d475ad
permissions -rw-r--r--
23059439 open-fabrics should consistently use _XOPEN_SOURCE=600

# Internal patch.
# This script needs the GNU version of coreutils/fileutils and not
# the Solaris SVR4 ones. Some options are GNU-specific.
# Not for upstream.
--- test/makekeys.sh	2012-07-04 01:41:44.000000000 -0700
+++ test/makekeys.sh	2015-03-17 19:29:29.859562018 -0700
@@ -1,6 +1,8 @@
-#!/bin/sh
+#!/bin/bash
 # Helper script to create CA and server certificates.
 
+export PATH="/usr/gnu/bin:/usr/bin"
+
 srcdir=${1-.}
 
 OPENSSL=@OPENSSL@