fix configure script

This commit is contained in:
Josh Holtrop 2019-10-14 09:31:16 -04:00
parent 98bfeb6afa
commit 69bd62cdd7

2
configure vendored
View File

@ -1,2 +1,2 @@
#!/bin/sh
exec "$(dirname "$0")"/rscons "$@"
exec "$(dirname "$0")"/rscons configure "$@"