Merge pull request #509 from Tuurlijk/master

Use modifier expansion instead of dirname
This commit is contained in:
nicoulaj 2017-07-18 19:59:06 +02:00 committed by GitHub
commit 2a30b05a5c
1 changed files with 1 additions and 1 deletions

View File

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