commit | 89a9c159f23fb7b3e24e6d09068adfc24a73afcb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 29 21:55:35 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 29 21:55:35 2021 +0200 |
tree | ffc62c1104f8222091cf262a37dbb52bf01f5a61 | |
parent | 6e82351130ddb8d13cf3748b47f07cae77886fc7 [diff] [blame] |
Update runtime files
diff --git a/src/gvimtutor b/src/gvimtutor index c452043..36ca7bc 100644 --- a/src/gvimtutor +++ b/src/gvimtutor
@@ -5,4 +5,4 @@ # Usage: gvimtutor [xx] # See vimtutor for usage. -exec `dirname $0`/vimtutor -g "$@" +exec $(dirname $0)/vimtutor -g "$@"