mirror of git://anongit.mindrot.org/openssh.git
Remove now-unused 2nd arg to configs.
This commit is contained in:
parent
cb4ff640d7
commit
e428f29402
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
. .github/configs $1 $2
|
||||
. .github/configs $1
|
||||
|
||||
[ -z "${SUDO}" ] || ${SUDO} mkdir -p /var/empty
|
||||
|
||||
|
|
Loading…
Reference in New Issue