summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-06-02 21:27:41 +0200
committerDirk von Suchodoletz2007-06-02 21:27:41 +0200
commitd9bad32e9ff60f039982aa8a6eaf77ab9a7669ff (patch)
treee63afe2d2b71e63c594f64f0f7d4a3a7f938438f /Makefile
parent* fixed wrong default value for attribute 'start_xdmcp', should be 'kdm' (diff)
downloadcore-d9bad32e9ff60f039982aa8a6eaf77ab9a7669ff.tar.gz
core-d9bad32e9ff60f039982aa8a6eaf77ab9a7669ff.tar.xz
core-d9bad32e9ff60f039982aa8a6eaf77ab9a7669ff.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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