[DRBD-cvs] svn commit by phil - r2881 - trunk - Make everything work on ubunty-feisty

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Mon May 7 17:21:34 CEST 2007


Author: phil
Date: 2007-05-07 17:21:34 +0200 (Mon, 07 May 2007)
New Revision: 2881

Modified:
   trunk/Makefile
Log:
Make everything work on ubunty-feisty


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-05-07 15:21:04 UTC (rev 2880)
+++ trunk/Makefile	2007-05-07 15:21:34 UTC (rev 2881)
@@ -24,6 +24,10 @@
 # TODO move some of the more cryptic bash scriptlets here into scripts/*
 # and call those from here.	-- lge
 
+# for some reason some of the commands below only work correctly in bash,
+# and not in e.g. dash. I'm too lazy to fix it to be compatible.
+SHELL=/bin/bash
+
 #PREFIX      = /usr/local
 
 SUBDIRS     = user scripts documentation drbd #testing #benchmark



More information about the drbd-cvs mailing list