mirror of git://anongit.mindrot.org/openssh.git
Remove unused arg.
This commit is contained in:
parent
93c31a6239
commit
6506cb2798
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. .github/configs $1 $2
|
. .github/configs $1
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
./configure ${CONFIGFLAGS}
|
./configure ${CONFIGFLAGS}
|
||||||
|
|
Loading…
Reference in New Issue