Skip to content

Commit

Permalink
Force SHELL to bash
Browse files Browse the repository at this point in the history
Fixes #21
Some command cannot work properly without to set default SHELL to bash.
  • Loading branch information
metal3d authored Oct 16, 2017
1 parent 4f339ca commit 68e78fb
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
@@ -1,3 +1,4 @@
SHELL=bash
PREFIX ?= /usr/local
LIBDIR ?= $(DESTDIR)$(PREFIX)/lib

Expand Down

0 comments on commit 68e78fb

Please sign in to comment.