summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2010-12-07 10:30:05 +0100
committerThomas Klausner <wiz@NetBSD.org>2010-12-07 10:54:30 +0100
commit3db757f687ad93646e662e909670680974764e79 (patch)
tree2678eb45b7d9bc261b6ffeabd9e005463b9f714d /Makefile.in
parent86e5b4eff5e2eb240fbcfa8d9c20699690dbe2d6 (diff)
Use bash as shell for this Makefile.
Using /bin/sh, this breaks on NetBSD (not even dmake is built).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9e05c7059804..694141ed8cc8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
# @configure_input@
# FIXME: create 'install' and 'check' target
-SHELL=/bin/sh
+SHELL=/usr/bin/env bash
all: dmake/dmake@EXEEXT@ fetch
@. ./*[Ee]nv.[Ss]et.sh && \