Patch from Christian Motschke <motschke@itso-berlin.de>:

I had some problems compiling scst due to some bashisms in the Makefiles. As
you will know, Debian uses /bin/dash as default shell and /bin/sh is only a
link to /bin/dash. I can either change the default shell, (or in my opinion
the better solution) use SHELL=/bin/bash in the Makefile.
I have made a patch for the Makefiles in question (I hope, that are all
Makefiles).



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1496 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-02-10 19:32:31 +00:00
parent d880bdab9d
commit b611a22ed0
7 changed files with 13 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
SHELL=/bin/bash
SRCS_F = fileio.c common.c debug.c
OBJS_F = $(SRCS_F:.c=.o)