From 7ee62db3de75678f9e2649a59ce3a1be1ab4d80d Mon Sep 17 00:00:00 2001 From: nakst <> Date: Tue, 30 Nov 2021 19:32:05 +0000 Subject: [PATCH] create bin/cache directory --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index bc09639..b6edc10 100755 --- a/start.sh +++ b/start.sh @@ -3,8 +3,8 @@ # Set the current directory to the source root. cd "$(dirname "$0")" -# Create the bin directory. -mkdir -p bin +# Create the bin and download cache directories. +mkdir -p bin bin/cache # Check that we are running on a sensible platform. uname -o | grep Cygwin > /dev/null