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

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new d335c57  quiche.sh: $# doesn't include $0 I guess :) (#346)
d335c57 is described below

commit d335c575d0645dce12b8ae83ac437965cfa8b914
Author: Brian Neradt <[email protected]>
AuthorDate: Tue May 7 14:28:57 2024 -0500

    quiche.sh: $# doesn't include $0 I guess :) (#346)
---
 jenkins/bin/quiche.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/bin/quiche.sh b/jenkins/bin/quiche.sh
index 65d63c7..a2ca6b5 100755
--- a/jenkins/bin/quiche.sh
+++ b/jenkins/bin/quiche.sh
@@ -29,7 +29,7 @@ then
 fi
 
 SSL_FLAVOR="boringssl"
-if [ $# -eq 2 ]
+if [ $# -ge 1 ]
 then
   SSL_FLAVOR=$1
 fi

Reply via email to