summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-13 09:13:11 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-13 09:13:11 +0200
commit5308fab3e9e61bfe2601e1f2de31b074609d2080 (patch)
treea2e0f47e8ac5c1715fdabbd91ea3ee536bfcc36c /scripts
parentc842cbcb59ba734d803dfe149ae6246d9056539d (diff)
downloadvim-polyglot-5308fab3e9e61bfe2601e1f2de31b074609d2080.tar.gz
vim-polyglot-5308fab3e9e61bfe2601e1f2de31b074609d2080.zip
Fix build, closes #548
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build2
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)