~pkg-vim/vim/pkg-vim-mirror-unstable

« back to all changes in this revision

Viewing changes to configure

  • Committer: vimboss
  • Date: 2006-08-08 17:08:52 UTC
  • Revision ID: git-v1:795115566371aba832c2e40eb95fcadfa6a6bc97
updated for version 7.0-047

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# This is just a stub for the Unix configure script, to provide support for
4
4
# doing "./configure" in the top Vim directory.
5
5
 
6
 
cd src && ./configure "$@"
 
6
cd src && exec ./configure "$@"