mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-28 04:52:07 +00:00
7 lines
67 B
Bash
Executable File
7 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. .github/configs $1
|
|
|
|
set -x
|
|
./configure ${CONFIGFLAGS}
|