commit | 910f66f90c928da8b607ccfdc12fc33d9cb8d4a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 05 20:41:53 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 05 20:41:53 2006 +0000 |
tree | 152a03d1d7ea3e8d433addba4f463d8a7a68a5fd | |
parent | e2f98b95c8071f772695602cd4f714dc588eb8e7 [diff] [blame] |
updated for version 7.0c10
diff --git a/src/installman.sh b/src/installman.sh index 3c34ab6..9943109 100755 --- a/src/installman.sh +++ b/src/installman.sh
@@ -25,8 +25,11 @@ helpsource=$7 manmod=$8 exename=$9 -vimdiffname=${10} -evimname=${11} +# older shells don't support ${10} +shift +vimdiffname=$9 +shift +evimname=$9 helpsubloc=$scriptloc/doc synsubloc=$scriptloc/syntax