fixes DOWNLOAD_DIR variable for windows

This commit is contained in:
Paras Mamgain
2019-06-11 13:59:38 +01:00
parent 8088cb2902
commit 426c6c3b9a

View File

@@ -85,7 +85,7 @@ else
DOWNLOADS_DIR=$(realpath ./downloads/)
endif
#Try to pick up the downloads directory if rnning in windows
#Try to pick up the downloads directory if running in windows
ifneq (,$(findstring Windows,$(shell echo ${OS})))
DOWNLOADS_DIR=$(shell pwd)/downloads/
endif