Skip to content

Commit

Permalink
Set SHELL to /bin/bash, as bash-specific syntax is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Mar 13, 2016
1 parent 9820cf9 commit a890758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ VENDOR_SDK = 1.5.2


TOP = $(PWD)
SHELL = /bin/bash
PATCH = patch -b -N
UNZIP = unzip -q -o
VENDOR_SDK_ZIP = $(VENDOR_SDK_ZIP_$(VENDOR_SDK))
Expand Down

0 comments on commit a890758

Please sign in to comment.