diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-13 09:13:11 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-13 09:13:11 +0200 |
commit | 5308fab3e9e61bfe2601e1f2de31b074609d2080 (patch) | |
tree | a2e0f47e8ac5c1715fdabbd91ea3ee536bfcc36c | |
parent | c842cbcb59ba734d803dfe149ae6246d9056539d (diff) | |
download | vim-polyglot-5308fab3e9e61bfe2601e1f2de31b074609d2080.tar.gz vim-polyglot-5308fab3e9e61bfe2601e1f2de31b074609d2080.zip |
Fix build, closes #548
-rwxr-xr-x | scripts/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build b/scripts/build index 352ff8da..6d736e40 100755 --- a/scripts/build +++ b/scripts/build @@ -10,6 +10,8 @@ require 'tsort' Dir.chdir(File.dirname(__dir__)) +Dir.mkdir('tmp') unless File.exists?('tmp') + BASE_URL = 'https://raw.githubusercontent.com/github/linguist/master' def camelize(str) |