Force the use of bash.

On some distributions (e.g. Ubuntu) the shell used for scripts is dash,
not bash and we explicitly rely on bash's features in the Makefile, so
we must guarantee that we are running with bash (not dash or anything
else).
pull/2/merge
Tigran Aivazian 12 years ago committed by Qingping Hou
parent b053667d9e
commit 879c937762

@ -18,6 +18,7 @@ TTF_FONTS_DIR=$(MUPDFDIR)/fonts
# set this to your ARM cross compiler:
SHELL:=/bin/bash
CHOST?=arm-none-linux-gnueabi
CC:=$(CHOST)-gcc
CXX:=$(CHOST)-g++

Loading…
Cancel
Save