Merge pull request #8 from seldridge/bash-needed-for-brace-expansion

Use /bin/bash to support brace expansion
This commit is contained in:
Scott Beamer 2016-02-26 11:21:39 -08:00
commit 4a5a6852a8
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ JOBS = 16
base_dir = $(abspath ..)
common = $(base_dir)/common
output_delivery = deliver_output
SHELL := /bin/bash
ifneq ($(BOARD_MODEL),)
insert_board = s/\# REPLACE FOR OFFICIAL BOARD NAME/set_property "board_part" "$(BOARD_MODEL)"/g