[openssh-commits] [openssh] 01/01: Remove unused arg.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Feb 18 15:24:47 AEDT 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 6506cb2798d98ff03a7cc06567c392a81f540680
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Feb 18 15:21:13 2021 +1100

    Remove unused arg.
---
 .github/configure.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/configure.sh b/.github/configure.sh
index 869dc824..e098730f 100755
--- a/.github/configure.sh
+++ b/.github/configure.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. .github/configs $1 $2
+. .github/configs $1
 
 set -x
 ./configure ${CONFIGFLAGS}

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list