From d9bad32e9ff60f039982aa8a6eaf77ab9a7669ff Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sat, 2 Jun 2007 19:27:41 +0000 Subject: Problem fixed for incomplete shells invoked by Makefile (Ubuntu 7.04, see #140) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1140 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5d166e7..8de12953 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,8 @@ # (c) 2006, 2007 - OpenSLX GmbH DESTDIR = / +# enforce the use of bash (/bin/sh might be a link to incomplete shells) +SHELL = /bin/bash # the following defaults should be filled via 'configure' # and each of them can be overriden by setting the environment variable -- cgit v1.2.3-55-g7522