Skip to content

Commit

Permalink
Ensure that the shell is bash so that scripts inside the chroot funct…
Browse files Browse the repository at this point in the history
…ion correctly (#961)
  • Loading branch information
PeterOgden authored and schelleg committed Oct 10, 2019
1 parent 8d48a87 commit 93f5b17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdbuild/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ KERNEL_VERSION := 2019.1
LINUX_VERSION := 4.19.0-xilinx-v2019.1
QEMU_VERSION := 4.0.0
SCRIPT_DIR := $(CURDIR)/scripts
SHELL := /bin/bash

all: real_all

Expand All @@ -29,6 +30,7 @@ export CCACHEDIR
export ROOTDIR
export BUILD_ROOT
export BB_ENV_EXTRAWHITE := PYNQ_BOARDNAME
export SHELL

$(IMAGE_ROOT):
mkdir -p $@
Expand Down

0 comments on commit 93f5b17

Please sign in to comment.