0
0
mirror of https://github.com/monero-project/kovri synced 2025-10-06 00:32:51 +02:00

Build: set make shell to bash

Fixes build on systems with default non-bash shells.
This commit is contained in:
oneiric
2018-07-19 03:56:18 +00:00
parent 8255334f5f
commit fef7cb0b80

View File

@@ -28,6 +28,7 @@
# Get custom Kovri data path + set appropriate CMake generator.
# If no path is given, set default path
SHELL := $(shell which bash)
system := $(shell uname)
ifeq ($(KOVRI_DATA_PATH),)
ifeq ($(system), Linux)