make fails if shell is not bash -- I will fix bashisms somewhere in the future
authorRoland Hieber <devnull@localhost>
Wed, 25 Feb 2009 02:49:00 +0000 (03:49 +0100)
committerRoland Hieber <devnull@localhost>
Wed, 25 Feb 2009 02:49:00 +0000 (03:49 +0100)
Makefile

index 6026304..75748b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@
 # THE SOFTWARE.
 #
 
+SHELL=/bin/bash
 DESTDIR?=
 LN=ln -f
 RM=rm -rf
This page took 0.04032 seconds and 4 git commands to generate.