diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-10-25 19:25:49 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-10-25 19:52:35 -0700 |
commit | 5175864c0e11cb06a6836d81ab64eefb9914a71e (patch) | |
tree | 11ecabb1b4c690d46658113c36f3e5a764e85c1d /configure | |
parent | 43022eabf79f3fa736684ccb1273804cbb31db95 (diff) | |
download | node-new-5175864c0e11cb06a6836d81ab64eefb9914a71e.tar.gz |
exec instead of sh a the configure.real script
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ #!/bin/sh - cd $(dirname "$0") autoconf --output configure.real -sh ./configure.real "$@" +exec ./configure.real "$@" |