components/libneon/patches/005-test-makekeys.sh.patch
changeset 4070 de7938d475ad
equal deleted inserted replaced
4069:0dd96f5ba7da 4070:de7938d475ad
       
     1 # Internal patch.
       
     2 # This script needs the GNU version of coreutils/fileutils and not
       
     3 # the Solaris SVR4 ones. Some options are GNU-specific.
       
     4 # Not for upstream.
       
     5 --- test/makekeys.sh	2012-07-04 01:41:44.000000000 -0700
       
     6 +++ test/makekeys.sh	2015-03-17 19:29:29.859562018 -0700
       
     7 @@ -1,6 +1,8 @@
       
     8 -#!/bin/sh
       
     9 +#!/bin/bash
       
    10  # Helper script to create CA and server certificates.
       
    11  
       
    12 +export PATH="/usr/gnu/bin:/usr/bin"
       
    13 +
       
    14  srcdir=${1-.}
       
    15  
       
    16  OPENSSL=@OPENSSL@