From: Holger Weiss Date: Thu, 24 Jul 2014 13:15:00 +0000 (+0200) Subject: doc/Makefile: Don't insist on using /bin/bash X-Git-Tag: 14.12~91^2~2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33368b7e5cca1600e908e1f780595abea840ca7d;p=ejabberd doc/Makefile: Don't insist on using /bin/bash Fix "make doc" for systems that don't have /bin/bash. There's no bash-specific code in doc/Makefile anymore. --- diff --git a/doc/Makefile b/doc/Makefile index db378be67..a67148798 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ # $Id$ -SHELL = /bin/bash +SHELL = /bin/sh CONTRIBUTED_MODULES = "" #ifeq ($(shell ls mod_http_bind.tex),mod_http_bind.tex)