Skip to content

Commit

Permalink
Makefile: use bash as shell
Browse files Browse the repository at this point in the history
Depending no the system, sh is the default shell. This has disadvantages
when trying to use certain features later. Hence, switch the default to
bash.

Signed-off-by: Norbert Manthey <[email protected]>
  • Loading branch information
nmanthey authored and wipawel committed Nov 25, 2020
1 parent 9ab8818 commit 0d6703c
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 @@ -22,6 +22,7 @@ LD := ld

NM := nm
PYTHON := python
SHELL := bash

GRUB_FILE := grub-file
GRUB_MKIMAGE := grub-mkimage
Expand Down

0 comments on commit 0d6703c

Please sign in to comment.