[packages/openssl102: 308/432] - fix wrong commit (my mistake)

adwol adwol at pld-linux.org
Sat Sep 29 01:27:27 CEST 2018


commit c4e4190111c5180b5604a580b0d8f7b16f0848e2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed May 5 13:45:09 2010 +0000

    - fix wrong commit (my mistake)
    
    Changed files:
        openssl-c_rehash.sh -> 1.5

 openssl-c_rehash.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openssl-c_rehash.sh b/openssl-c_rehash.sh
index 068a060..56a54b5 100644
--- a/openssl-c_rehash.sh
+++ b/openssl-c_rehash.sh
@@ -31,7 +31,7 @@ check_file()
 
     # make IFS a newline so we can process grep output line by line
     local OLDIFS=${IFS}
-    IFS="\n"
+    IFS=$( printf "\n" )
 
     # XXX: could be more efficient to have two 'grep -m' but is -m portable?
     for LINE in $( grep '^-----BEGIN .*-----' ${1} )
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list