commit | 8c8de839325eda0bed68917d18179d2003b344d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 22:58:06 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 22:58:06 2008 +0000 |
tree | c65b80f0a627f2e77385a07a62ee4206465cbc22 | |
parent | 864207de089119377a1e1e5d411307d8eb57399e [diff] [blame] |
updated for version 7.2a
diff --git a/runtime/tutor/configure b/runtime/tutor/configure new file mode 100755 index 0000000..1d0c5b2 --- /dev/null +++ b/runtime/tutor/configure
@@ -0,0 +1,6 @@ +#! /bin/sh + +# This is just a stub for the Unix configure script, to provide support for +# doing "./configure" in the top Vim directory. + +cd src && exec ./configure "$@"