New commits:
commit 0475f72e2cb61ee72aaf4bafd7411d16b402a464
Author: Daiki Ueno <[email protected]>
Date:   Wed Jul 21 10:10:43 2021 +0200

    ipsec barf: fix shell test expression
    
    Spotted by shellcheck:
    
      /usr/libexec/ipsec/barf:55:5: error[SC1073]: Couldn't parse this test 
expression. Fix to allow more checks.
      #   53|       for f
      #   54|       do
      #   55|->         if [ -s ${LOGS}/${f} -a \
      #   56|               -f ${LOGS}/${f} -a \
      #   57|               grep -E -q "${s}" ${LOGS}/${f} 2>/dev/null ]
    
    Signed-off-by: Daiki Ueno <[email protected]>
    Signed-off-by: Tuomo Soini <[email protected]>

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to