summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-08-08 17:08:52 +0000
committerBram Moolenaar <Bram@vim.org>2006-08-08 17:08:52 +0000
commit7085ee750e8b2936e2880e9eacda01264dcda0c2 (patch)
tree30d3304f36ee789a5e1e1c9ca6318e44e7d0822d /configure
parent8ff38007cb49c85f10ce6e6394074e41dbe4c97d (diff)
downloadvim-git-7085ee750e8b2936e2880e9eacda01264dcda0c2.tar.gz
updated for version 7.0-047v7.0.047
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 24f2b03bf..1d0c5b2ec 100755
--- a/configure
+++ b/configure
@@ -3,4 +3,4 @@
# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.
-cd src && ./configure "$@"
+cd src && exec ./configure "$@"