Remove unused arg.

This commit is contained in:
Darren Tucker 2021-02-18 15:21:13 +11:00
parent 93c31a6239
commit 6506cb2798
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
. .github/configs $1 $2 . .github/configs $1
set -x set -x
./configure ${CONFIGFLAGS} ./configure ${CONFIGFLAGS}