From 52ad6e55d97116296af7cdd5950acf244e06935d Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 10 May 2017 02:43:02 +0000 Subject: [PATCH] Rename Appveyor install helper script. I'm really lazy and the old name for the helper script killed 2 letter tab completion for the include directory. This patch renames it to avoid that problem and enable lazyness. llvm-svn: 302619 --- libcxx/{install-appveyor-reqs.cmd => appveyor-reqs-install.cmd} | 0 libcxx/appveyor.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename libcxx/{install-appveyor-reqs.cmd => appveyor-reqs-install.cmd} (100%) diff --git a/libcxx/install-appveyor-reqs.cmd b/libcxx/appveyor-reqs-install.cmd similarity index 100% rename from libcxx/install-appveyor-reqs.cmd rename to libcxx/appveyor-reqs-install.cmd diff --git a/libcxx/appveyor.yml b/libcxx/appveyor.yml index 83a1d949578c..be69a555d778 100644 --- a/libcxx/appveyor.yml +++ b/libcxx/appveyor.yml @@ -36,7 +36,7 @@ install: ############################################################################ # All external dependencies are installed in C:\projects\deps ############################################################################ - - call "%APPVEYOR_BUILD_FOLDER%\\install-appveyor-reqs.cmd" + - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd" before_build: - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%