Merge pull request #825 from MunifTanjim/fix-entrypoint

fix: entrypoint fpath expansion
This commit is contained in:
Shohei YOSHIDA 2021-12-01 15:21:22 +09:00 committed by GitHub
commit 1a0808696c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
fpath+="${0:h}/src"
fpath+="${0:A:h}/src"