25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Merge pull request #261 from weiss/no-bash

doc/Makefile: Don't insist on using /bin/bash
This commit is contained in:
Evgeny Khramtsov 2014-07-24 17:44:06 +04:00
commit 9db39a5e4c

View File

@ -1,6 +1,6 @@
# $Id$ # $Id$
SHELL = /bin/bash SHELL = /bin/sh
CONTRIBUTED_MODULES = "" CONTRIBUTED_MODULES = ""
#ifeq ($(shell ls mod_http_bind.tex),mod_http_bind.tex) #ifeq ($(shell ls mod_http_bind.tex),mod_http_bind.tex)