mirror of git://anongit.mindrot.org/openssh.git
7 lines
70 B
Bash
7 lines
70 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. .github/configs $1 $2
|
||
|
|
||
|
set -x
|
||
|
./configure ${CONFIGFLAGS}
|