mirror of https://gitlab.com/nakst/essence
create bin/cache directory
This commit is contained in:
parent
3ce62566b9
commit
7ee62db3de
4
start.sh
4
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
|
||||
|
|
Loading…
Reference in New Issue