]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- fix wrong commit (my mistake)
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 5 May 2010 13:45:09 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-c_rehash.sh -> 1.5

openssl-c_rehash.sh

index 068a0608f763cfe34e8860980e1defdb94a6a6f5..56a54b595a7f05d1f6ee67457dca36fcf4f88da3 100644 (file)
@@ -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} )
This page took 0.035277 seconds and 4 git commands to generate.