This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b23ac46 Allow for spaces
6b23ac46 is described below

commit 6b23ac46840b5abe9f00cb35f60a505fed83277a
Author: Sebb <s...@apache.org>
AuthorDate: Sat Dec 2 17:55:37 2023 +0000

    Allow for spaces
---
 .github/workflows/adhoctest.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index cb95bd87..a8ad3b85 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -51,5 +51,4 @@ jobs:
       run: |
         which -a openssl
         find /usr -name libcrypto* -ls || true
-        for i in $(which -a openssl); do echo $i; $i version -a; echo '====='; 
done
-
+        which -a openssl | while read a ;do echo "$a" ; "$a" version -a; echo 
'======='; done

Reply via email to