exec instead of sh a the configure.real script

This commit is contained in:
Ryan Dahl 2010-10-25 19:25:49 -07:00
parent 43022eabf7
commit 5175864c0e

3
configure vendored
View File

@ -1,7 +1,6 @@
#!/bin/sh
cd $(dirname "$0")
autoconf --output configure.real
sh ./configure.real "$@"
exec ./configure.real "$@"